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

Commit

Permalink
Merge branch 'main' into ss/feat/introduce-readyz-probe
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhava authored Nov 26, 2024
2 parents c2c2866 + 5d360d1 commit ee59fd2
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.28.0
uses: aquasecurity/trivy-action@0.29.0
with:
image-ref: image:latest
vuln-type: 'os,library'
Expand All @@ -36,7 +36,7 @@ jobs:

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

- name: Display vulnerabilities report
if: always()
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.29.0
with:
scan-ref: trivy-results.json
scan-type: convert
Expand All @@ -56,7 +56,7 @@ jobs:

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

0 comments on commit ee59fd2

Please sign in to comment.