Update docker/trivy/start.sh

This commit is contained in:
colin 2024-01-20 22:37:44 +00:00
parent f6751cbd21
commit f08607bb9a
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ TIMEOUT=${TIMEOUT:-120m}
IGNORE_UNFIXED=${IGNORE_UNFIXED:-false} IGNORE_UNFIXED=${IGNORE_UNFIXED:-false}
LOW_PRIORITY=${LOW_PRIORITY:-true} LOW_PRIORITY=${LOW_PRIORITY:-true}
# Use SCANNERS_ENV if provided, otherwise default to vuln,config,secret # Use SCANNERS_ENV if provided, otherwise default to vuln,misconfig,secret
SCANNERS_ENV=${SCANNERS_ENV:-"vuln,config,secret"} SCANNERS_ENV=${SCANNERS_ENV:-"vuln,misconfig,secret"}
run_scan() { run_scan() {
OLD_IFS="$IFS" OLD_IFS="$IFS"