Skip to content

Commit

Permalink
Merge pull request #155 from kube-logging/trivy
Browse files Browse the repository at this point in the history
chore: use stable trivy db refs
  • Loading branch information
pepov authored Nov 11, 2024
2 parents 0839abc + bc7a201 commit bd4a6f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
format: "sarif"
output: "trivy-results.sarif"
if: github.event_name == 'push'
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:1

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit bd4a6f6

Please sign in to comment.