mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
Fix TRIVY typo
This commit is contained in:
parent
f81ae40d8a
commit
7432d3cd06
4
.github/workflows/trivy.yml
vendored
4
.github/workflows/trivy.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user