Address Zizmor findings and enable Zizmor in CI - #922
Merged
Conversation
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Signed-off-by: Andrew Pan <andrew.pan@trailofbits.com>
Signed-off-by: Andrew Pan <andrew.pan@trailofbits.com>
Signed-off-by: Andrew Pan <andrew.pan@trailofbits.com>
tnytown
force-pushed
the
tnytown/ci-security
branch
from
May 18, 2026 18:23
186ff88 to
087e0e5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #922 +/- ##
==========================================
- Coverage 92.43% 92.39% -0.04%
==========================================
Files 99 99
Lines 11785 11785
Branches 429 429
==========================================
- Hits 10893 10889 -4
- Misses 892 896 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
|
This workflow is unprivileged, and if this image is compromised there are bigger problems.
godlygeek
enabled auto-merge (squash)
May 19, 2026 00:39
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.
Resolves #918.
Describe your changes
This changeset addresses Zizmor findings and adds Zizmor to CI.
Testing performed
I ran Zizmor with
uvx zizmor .github/ --gh-token=$(gh auth token) --persona=pedantic --fix=alland fixed relevant issues that were not auto-fixable before opening this PR.Additional context
We also configure Dependabot here to bump Docker image versions. Let me know if this isn't desired.