Fix TRIVY typo

This commit is contained in:
dotasek 2024-10-07 16:23:17 -04:00
parent f81ae40d8a
commit 7432d3cd06
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ jobs:
uses: aquasecurity/trivy-action@master
env:
# Workaround for rate limiting on ghcr. Use these two entries for ghcr related TOOMANYREQUESTS errors.
TRVIY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
TRVIY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
with:
scan-type: 'fs'
vuln-type: 'library'