feat(push-to-gar-docker): enable docker mirror for buildx on self-hosted runners #560
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
name: zizmor GitHub Actions static analysis | |
on: | |
push: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
zizmor: | |
name: Run zizmor from current branch (self test) | |
permissions: | |
actions: read | |
contents: read | |
# used in the `job-workflow-ref` job to fetch an OIDC token, which allows | |
# the run to determine its ref | |
id-token: write | |
pull-requests: write | |
security-events: write | |
uses: ./.github/workflows/reusable-zizmor.yml |