Skip to content

Commit

Permalink
Use docker repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
janole committed Nov 11, 2024
1 parent b9a295f commit de275ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
ignore-unfixed: true
severity: "LOW,MEDIUM,HIGH,CRITICAL"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TRIVY_DB_REPOSITORY: aquasec/trivy-db:2
TRIVY_JAVA_DB_REPOSITORY: aquasec/trivy-java-db:1

- name: Try to start build workflow if trivy failed
if: ${{ failure() }}
Expand Down

0 comments on commit de275ea

Please sign in to comment.