Skip to content

Commit

Permalink
Add more repositories for trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
akonarski-ds committed Oct 24, 2024
1 parent f809b4d commit 8cf70aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
env:
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db:2,public.ecr.aws/aquasecurity/trivy-db:2
with:
scan-type: "fs"
ignore-unfixed: true
Expand All @@ -60,6 +62,7 @@ jobs:
format: "table"
output: "trivy-scanning-results.txt"


- name: Format trivy message
run: |
echo "Trivy scanning results." >> trivy.txt
Expand Down

0 comments on commit 8cf70aa

Please sign in to comment.