ci: add zizmor GitHub Actions security scan - #1496
Merged
Merged
Conversation
Scans .github/workflows on push to main and on PRs that touch it. Findings across existing workflows will be addressed in a follow-up PR. Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Contributor
Registry Build PreviewAll registries built successfully! Registry:
|
Informational and low-confidence findings (style nits, unexploitable low-confidence flags) still surface as PR annotations but no longer fail the check; only medium/high findings block. Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
ChrisJBurns
approved these changes
Aug 25, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a workflow that runs zizmor against
.github/workflows/on push tomainand on PRs that touch workflow files, following the pattern used indocs-website(single job, annotations, no SARIF/Security-tab integration since this repo doesn't have code scanning enabled).A local run against the existing workflows surfaces 38 findings (2 high, 12 medium) — those will be addressed in a follow-up PR.