-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: use trivy github action #1053
feat: use trivy github action #1053
Conversation
.github/workflows/test.yaml
Outdated
- name: Run trivy for remover | ||
run: trivy image --ignore-unfixed --exit-code=1 --vuln-type=os,library ${{ env.REGISTRY }}/remover:test | ||
uses: aquasecurity/trivy-action@0.19.0 |
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.
can you add the commit to this please? (applies to others below too)
uses: aquasecurity/trivy-action@0.19.0 | |
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 |
@aviatus can you sign the DCO when you get a chance? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Ahmet Enes Yildiz <aenes45@gmail.com>
Signed-off-by: Ahmet Enes Yildiz <aenes45@gmail.com>
cb866e0
to
73817d5
Compare
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.
Thank you! LGTM
What this PR does / why we need it:
The trivy downloading binary has been replaced with trivy github action on test.yaml
Which issue(s) this PR fixes (optional, using
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when the PR gets merged):Fixes #860
Special notes for your reviewer:
For consistency of Trivy version aquasecurity/trivy-action@0.19.0 was used but patch version was implemented by that (0.50.0 -> 0.50.1).