From 7432d3cd06c84d89ea56dbaf9aed59400f1225c4 Mon Sep 17 00:00:00 2001 From: dotasek Date: Mon, 7 Oct 2024 16:23:17 -0400 Subject: [PATCH] Fix TRIVY typo --- .github/workflows/trivy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 40b850d2d..a410cf244 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -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'