[CI] Add zimor to check github action security#8639
[CI] Add zimor to check github action security#8639SchrodingersGat merged 14 commits intoinventree:masterfrom
Conversation
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8639 +/- ##
==========================================
+ Coverage 84.66% 84.67% +0.01%
==========================================
Files 1195 1195
Lines 54363 54363
Branches 2057 2057
==========================================
+ Hits 46027 46034 +7
- Misses 7823 7824 +1
+ Partials 513 505 -8
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:
|
There have been several attacks in the past through GitHub Actions - often using already-known problems. This adds zimor to find various workflow problems that the OSSF scorecard is not finding. Inspired by python-attrs/attrs#1379
It also cleans up a few things in the actions:
reduces duplicate clones (the environment setup action is already containing a clone)-> will be a new PR