Merge pull request #3061 from kubernetes-client/dependabot/github_act… #126
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 | |
| # Deliberately unfiltered by `paths`. This job audits everything under | |
| # .github/, so gating it on a path list means a change to a workflow can | |
| # skip the lint that guards that very workflow -- which is how two | |
| # high-severity template-injection findings reached main unnoticed. | |
| on: | |
| push: | |
| branches: [master, main] | |
| pull_request: | |
| branches: [master, main] | |
| permissions: {} | |
| jobs: | |
| zizmor: | |
| runs-on: ubuntu-latest | |
| name: GitHub Actions security lint | |
| permissions: | |
| contents: read | |
| steps: | |
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | |
| with: | |
| persist-credentials: false | |
| - uses: zizmorcore/zizmor-action@cc914d7f3750a2d13d75c7f184a1060aa0e9d482 # v0.6.4 | |
| with: | |
| advanced-security: false | |
| persona: pedantic | |
| min-severity: medium |