Update main.yml

This commit is contained in:
Thomas Laubrock 2023-04-14 20:34:10 +02:00 committed by GitHub
parent b6e89757d5
commit 333d4f42ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ jobs:
- name: Run Aqua scanner
uses: docker://aquasec/aqua-scanner
with:
args: trivy rootfs -d --scanners config,vuln,secret --sast .
args: trivy rootfs -d --scanners config,vuln,secret .
# 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