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
123
-
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"
124
-
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"
125
-
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'
126
-
polaris-assessment-mode: 'SAST'# Assessment mode (SAST, CI or SOURCE_UPLOAD)
127
-
wait-for-scan: true
122
+
#polaris-working-directory: '.' # Working directory for the scan, defaults to . but usually lang-dependent like ./src
123
+
#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"
124
+
#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"
125
+
#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'
126
+
#polaris-assessment-mode: 'SAST' # Assessment mode (SAST, CI or SOURCE_UPLOAD)
127
+
#wait-for-scan: true
128
128
# polaris-detect-args: '' # Additional Detect arguments, can supply extra arguments like "--detect.diagnostic=true"
0 commit comments