feat(ops): Socket.dev posture SelfCheck gate (W43-B1, C06 L33) #43
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Blocking rootless-only OCI runner matrix scaffold for C04 L40. | |
| # Hermetic SelfCheck only — docs + workflow anchors; does not run podman/docker, | |
| # provision rootless runners, or claim live matrix enforcement (those stay unpaid). | |
| name: rootless matrix | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: | |
| contents: read | |
| jobs: | |
| rootless-matrix-selfcheck: | |
| name: rootless-only matrix · SelfCheck | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 5 | |
| steps: | |
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 | |
| - name: rootless-only OCI runner matrix scaffold SelfCheck | |
| shell: pwsh | |
| run: ./scripts/rootless-matrix-check.ps1 -SelfCheck |