Skip to content

Commit

Permalink
Document trify-action update
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuchta committed Oct 14, 2024
1 parent bf1560f commit 45518dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ jobs:
env:
TRIVY_USERNAME: ${{ github.actor }}
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
# specify multiple registries: try default GitHub registry, if too many requests, use the aws mirror
# Specify multiple registries: try default GitHub registry, if too many requests, use the aws mirror.
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
with:
scanners: "vuln"
scan-type: "fs"
format: "sarif"
# By default SARIF format enforces output of all vulnerabilities regardless of configured severities.
# To override this set limit-severities-for-sarif to true.
limit-severities-for-sarif: true
output: "trivy-results.sarif"
severity: "CRITICAL,HIGH"
Expand Down

0 comments on commit 45518dc

Please sign in to comment.