gha: add zizmor workflow#7024
Conversation
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| name: zizmor | ||
|
|
||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref }} |
There was a problem hiding this comment.
Should this include PR number (for PR flows) for reasons similar to docker/docs#25236 ?
There was a problem hiding this comment.
It makes sense in docker/docs#25236 because there is only a pull_request_target event but not here.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Looks like we need to fix this one: |
|
Interesting; why didn't it fail on that one? |
Because it's not new code and therefore not flagged in your PR, but you can see it in SARIF report: https://github.com/docker/cli/actions/runs/26877863807/job/79269874595#step:7:92 Also in code scanning: |
Ah; is that configurable, or was that intentional (to not expose possible mis-configurations on a PR)? |
I don't think that is configurable |
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
Pushed a commit with fixes from zizmor |
Similar to moby/moby#52362, moby/buildkit#6623
- A picture of a cute animal (not mandatory but encouraged)