Commit 3fffdce
committed
ci: add zizmor security scanning for GitHub Actions workflows (#3053)
Adds a CI job that runs the [zizmor](https://docs.zizmor.sh) static
analyzer over the workflow files under `.github/`.
`zizmor` audits GitHub Actions workflows for supply-chain and
privilege-escalation weaknesses — unpinned action references, credential
persistence through the checkout token, template injection via `${{ ...
}}` expansion in `run:` blocks, and overly broad `GITHUB_TOKEN`
permissions.
This is a CI/configuration-only change; no library code, tests, or
documentation are affected. 1bfd8e61 parent c145528 commit 3fffdce
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
1058 | | - | |
| 1058 | + | |
1059 | 1059 | | |
1060 | 1060 | | |
1061 | 1061 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments