Skip to content

Commit

Permalink
Trivy action 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Nov 4, 2024
1 parent 07c9b42 commit 3cf4e14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- run: wget "https://img.shields.io/static/v1.png?label=${{ env.PHP_VERSION }}&message=${{ env.IMAGE_SIZE }}&color=blue" -O size-status.png

- name: Run Alpine Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.24.0
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
with:
Expand All @@ -69,7 +69,7 @@ jobs:
severity: 'CRITICAL,HIGH'

- name: Run Alpine Trivy vulnerability scanner and create html file
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.24.0
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
with:
Expand All @@ -79,7 +79,7 @@ jobs:
output: 'vulnerability-report.html'

- name: Run Alpine Trivy vulnerability scanner and create html file
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.24.0
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
with:
Expand All @@ -98,7 +98,7 @@ jobs:
run: wget "https://img.shields.io/static/v1.png?label=vulnerabilites&message=${{ env.FIXED_VULNERABILITIES }}&color=red" -O vulnerability-status.png

- name: Run Alpine Trivy vulnerability scanner and upload to github security tab
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.24.0
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
with:
Expand Down

0 comments on commit 3cf4e14

Please sign in to comment.