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
124
-
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"
125
-
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"
126
-
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'
127
-
polaris-assessment-mode: 'SAST'# Assessment mode (SAST, CI or SOURCE_UPLOAD)
128
-
wait-for-scan: true
123
+
#polaris-working-directory: '.' # Working directory for the scan, defaults to . but usually lang-dependent like ./src
124
+
#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"
125
+
#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"
126
+
#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'
127
+
#polaris-assessment-mode: 'SAST' # Assessment mode (SAST, CI or SOURCE_UPLOAD)
128
+
#wait-for-scan: true
129
129
# polaris-detect-args: '' # Additional Detect arguments, can supply extra arguments like "--detect.diagnostic=true"
130
130
# coverity_build_command: "go build"
131
131
# coverity_clean_command: "go clean"
@@ -171,7 +171,7 @@ jobs:
171
171
172
172
# perform Blackduck software composition analysis (SCA) for 3rd party CVEs, licensing, and operational risk
173
173
perform-blackduck-sca-scan: true
174
-
run-bundle-install: true # combined with generate sbom & generate github-sbom, also needs version above
174
+
run-bundle-install: true # combined with generate sbom & generate github-sbom, also needs version above
175
175
blackduck-project-group-name: 'Chef-Agents'# typically one of (Chef), Chef-Agents, Chef-Automate, Chef-Chef360, Chef-Habitat, Chef-Infrastructure-Server, Chef-Shared-Services, Chef-Non-Product'
176
176
blackduck-project-name: ${{ github.event.repository.name }} # BlackDuck project name, typically the repository name
177
177
blackduck-force-low-accuracy-mode: false # if true, forces BlackDuck Detect to run in low accuracy mode which can reduce scan time for large projects at the cost of potentially missing some vulnerabilities; see https://synopsys.atlassian.net/wiki/spaces/INTDOCS/pages/1138617921/Black+Duck+Detect+Accuracy+Levels for details
0 commit comments