Skip to content

Commit 88822a5

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 88822a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ jobs:
175175

176176
# perform Blackduck software composition analysis (SCA) for 3rd party CVEs, licensing, and operational risk
177177
perform-blackduck-sca-scan: true # combined with generate sbom & generate github-sbom, also needs version above
178+
run-bundle-install: true # generate Gemfile.lock at runtime for SBOM pipeline
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)