Skip to content

Commit cfbde91

Browse files
committed
chore: add run-bundle-install to SBOM pipeline
Signed-off-by: Nikita Mathur <nikita.mathur@progress.com>
1 parent 5abc902 commit cfbde91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

172172
# perform Blackduck software composition analysis (SCA) for 3rd party CVEs, licensing, and operational risk
173-
perform-blackduck-sca-scan: true # combined with generate sbom & generate github-sbom, also needs version above
173+
perform-blackduck-sca-scan: true
174+
run-bundle-install: true # combined with generate sbom & generate github-sbom, also needs version above
174175
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'
175176
blackduck-project-name: ${{ github.event.repository.name }} # BlackDuck project name, typically the repository name
176177

0 commit comments

Comments
 (0)