Skip to content

Commit 6dbcdd4

Browse files
Nik08Copilot
andcommitted
CHEF-33010 Fix SBOM pipeline: add run-bundle-install to generate Gemfile.lock at runtime
Signed-off-by: Nikita Mathur <nikita.mathur@progress.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 372af8c commit 6dbcdd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ jobs:
174174
license_scout: false # Run license scout for license compliance (uses .license_scout.yml)
175175

176176
# perform Blackduck software composition analysis (SCA) for 3rd party CVEs, licensing, and operational risk
177-
perform-blackduck-sca-scan: true # combined with generate sbom & generate github-sbom, also needs version above
177+
perform-blackduck-sca-scan: true # combined with generate sbom
178+
run-bundle-install: true # generate Gemfile.lock at runtime for SBOM pipeline & generate github-sbom, also needs version above
178179
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'
179180
blackduck-project-name: ${{ github.event.repository.name }} # BlackDuck project name, typically the repository name
180181
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)