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