Skip to content

Commit

Permalink
dev: add secondary db to trivy (#4434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuchenpirat authored Oct 24, 2024
1 parent 010c6d8 commit dacd0ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/partial-trivy-container-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
image-ref: "mealie"
format: "sarif"
output: "trivy-results.sarif"
env:
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db

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

0 comments on commit dacd0ac

Please sign in to comment.