Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/ministryofjustice/…
Browse files Browse the repository at this point in the history
…github-actions-18.3.1
  • Loading branch information
Emterry authored Oct 22, 2024
2 parents 03761b8 + 755a345 commit 58f5626
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
- name: Scan
id: scan
uses: aquasecurity/trivy-action@5681af892cd0f4997658e2bacc62bd0a894cf564 # v0.27.0
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1
with:
image-ref: ghcr.io/${{ github.repository }}:${{ github.sha }}
severity: HIGH,CRITICAL
Expand Down

0 comments on commit 58f5626

Please sign in to comment.