From d9c4b0465c9fd902fc7f59350606abe5fdebeccd Mon Sep 17 00:00:00 2001 From: Thomas Laubrock Date: Fri, 14 Apr 2023 18:53:08 +0200 Subject: [PATCH] Another fix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b72518c..820e776 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: - name: Run Aqua scanner uses: docker://aquasec/aqua-scanner with: - args: trivy image -d --scanners config,vuln,secret "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}" + args: trivy image -d --scanners config,vuln,secret "${{ steps.meta.outputs.tags }}" # To customize which severities to scan for, add the following flag: --severity UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL # To enable SAST scanning, add: --sast # To enable npm/dotnet non-lock file scanning, add: --package-json / --dotnet-proj