Skip to content

Commit

Permalink
Merge pull request #842 from salasberryfin/fix-trivy-db-request-errors
Browse files Browse the repository at this point in the history
chore: fix trivy timeout
  • Loading branch information
salasberryfin authored Nov 6, 2024
2 parents e031f84 + 9178f82 commit ac5a638
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
run: |
TAG=${{ github.sha }} make docker-build
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
uses: aquasecurity/trivy-action@0.28.0
env:
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
TRIVY_JAVA_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db
with:
image-ref: 'ghcr.io/rancher/turtles:${{ github.sha }}'
format: 'sarif'
Expand Down

0 comments on commit ac5a638

Please sign in to comment.