Another fix
This commit is contained in:
parent
c6b26e4af6
commit
d9c4b0465c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user