Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof authored Nov 18, 2024
1 parent bbc6eed commit ad4bccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
run: make build

- name: Trivy scan
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.28.0
env:
TRIVY_DB_REPOSITORY: "ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db"
with:
scan-type: "fs"
ignore-unfixed: true
Expand Down

0 comments on commit ad4bccb

Please sign in to comment.