-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add Trivy workflow #340
Add Trivy workflow #340
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #340 +/- ##
=======================================
Coverage 46.46% 46.46%
=======================================
Files 57 57
Lines 5172 5172
=======================================
Hits 2403 2403
Misses 2506 2506
Partials 263 263 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
uses: wabarc/.github/.github/workflows/reusable-trivy.yml@main | ||
permissions: | ||
contents: read # for actions/checkout to fetch code | ||
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results |
Check failure
Code scanning / Scorecard
Token-Permissions
needs: publish | ||
permissions: | ||
contents: read # for actions/checkout to fetch code | ||
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results |
Check failure
Code scanning / Scorecard
Token-Permissions
needs: allinone | ||
permissions: | ||
contents: read # for actions/checkout to fetch code | ||
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results |
Check failure
Code scanning / Scorecard
Token-Permissions
Description
Relates to wabarc/.github#1, wabarc/.github#104
Issue Ticket Number
Close #245
Type of change
Checklist