ci: add zizmor scanning and fix workflow issues - #1651
Conversation
✅ Deploy Preview for endearing-brigadeiros-63f9d0 canceled.
|
|
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. |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1651 +/- ##
=======================================
Coverage 86.06% 86.06%
=======================================
Files 101 101
Lines 5561 5561
Branches 992 992
=======================================
Hits 4786 4786
Misses 526 526
Partials 249 249 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Testing zizmor GH alert removed on ignore
|
@finos/git-proxy-maintainers Another security hardening PR ready for a look! 🚀 |
|
@kriswest Just scanned Zizmor with OSSF Scorecard and it's giving a 6.8 aggregate score. Not sure if this is good enough for us to merge, or if we want to be running scorecard expressly for Zizmor in our CI just in case:
Issues found
Do you think any of these are worth raising an issue for in zizmor? Or is the maintainer perhaps aware and deliberately excluding them (other than the OSSF badge which he said he want to avoid). |


Description
Adds zizmor scanning to GitProxy and fixes up various issues in workflows. Although some of these are flagged as "high risk", none appear to be directly exploitable. Nevertheless, I figured it'd be great to fix these up to tighten up our workflows.
All 25 issues reported to GitHub Security have been fixed up:
https://github.com/finos/git-proxy/security/code-scanning?query=pr%3A1651+is%3Aclosed
I determined the cache poisoning issues to be false positives since we aren't caching anything in the setup-node steps.
Checklist
General
Documentation