You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
polaris-working-directory: '.'# Working directory for the scan, defaults to . but usually lang-dependent like ./src
105
-
polaris-coverity-build-command: 'go build -o bin/chef-cli.exe'# Coverity build command, typically done in build stage by language or here as param 1-liner like "mvn clean install"
106
-
polaris-coverity-clean-command: 'go clean'# Coverity clean command, typically done before build stage by language or here as param 1-liner like "mvn clean"
107
-
polaris-detect-search-depth: '5'# Detect search depth, blank but can be set to "3" to search up to 3 levels of subdirectories for code to scan'
108
-
polaris-assessment-mode: 'SAST'# Assessment mode (SAST, CI or SOURCE_UPLOAD)
109
-
wait-for-scan: true
104
+
#polaris-working-directory: '.' # Working directory for the scan, defaults to . but usually lang-dependent like ./src
105
+
#polaris-coverity-build-command: 'go build -o bin/chef-cli.exe' # Coverity build command, typically done in build stage by language or here as param 1-liner like "mvn clean install"
106
+
#polaris-coverity-clean-command: 'go clean' # Coverity clean command, typically done before build stage by language or here as param 1-liner like "mvn clean"
107
+
#polaris-detect-search-depth: '5' # Detect search depth, blank but can be set to "3" to search up to 3 levels of subdirectories for code to scan'
108
+
#polaris-assessment-mode: 'SAST' # Assessment mode (SAST, CI or SOURCE_UPLOAD)
109
+
#wait-for-scan: true
110
110
# polaris-detect-args: '' # Additional Detect arguments, can supply extra arguments like "--detect.diagnostic=true"
0 commit comments