-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: replace trivy scan action with one in Flagsmith/actions repo #4766
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Docker builds report
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4766 +/- ##
==========================================
+ Coverage 97.21% 97.32% +0.10%
==========================================
Files 1172 1179 +7
Lines 40535 41188 +653
==========================================
+ Hits 39408 40088 +680
+ Misses 1127 1100 -27 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also change the cron .github/workflows/platform-docker-trivy-scan.yml
workflow (or move it to the actions repo).
Good catch. For now, I've just updated the workflow in this repository. In response to the point about moving it to the actions repository, I added a comment here to discuss further. |
Changes
Replace trivy-scan-action with the one added to Flagsmith/actions repo as per this PR.
How did you test this code?
Workflows on this PR should test it (once the new version has been released)