Skip to content

Commit 559f71d

Browse files
committed
fix: correct YAML indentation for run-bundle-install
Signed-off-by: Nikita Mathur <nikita.mathur@progress.com>
1 parent d58b6fd commit 559f71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-main-pull-request-stub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171

172172
# perform Blackduck software composition analysis (SCA) for 3rd party CVEs, licensing, and operational risk
173173
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
175175
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'
176176
blackduck-project-name: ${{ github.event.repository.name }} # BlackDuck project name, typically the repository name
177177
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

Comments
 (0)