Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
chore: bump aquasecurity/trivy-action in /.github/workflows (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent e081b69 commit e2d1e69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/component-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Scan all the vulnerabilities and generate JSON report
if: always()
uses: aquasecurity/trivy-action@0.27.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: image:latest
format: 'json'
Expand All @@ -33,7 +33,7 @@ jobs:

- name: Save vulnerabilities report in tabular format
if: always()
uses: aquasecurity/trivy-action@0.27.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: trivy-results.json
scan-type: convert
Expand All @@ -43,15 +43,15 @@ jobs:

- name: Display vulnerabilities report
if: always()
uses: aquasecurity/trivy-action@0.27.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: trivy-results.json
scan-type: convert
vuln-type: ''

- name: Fail on high and critical vulnerabilities
if: always()
uses: aquasecurity/trivy-action@0.27.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: trivy-results.json
scan-type: convert
Expand Down

0 comments on commit e2d1e69

Please sign in to comment.