Skip to content

Commit 3c75e8c

Browse files
committed
added config to run bundle install to generate lock file at runtime
Signed-off-by: nikhil2611 <[email protected]>
1 parent fd9d145 commit 3c75e8c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: CI Pull Request on Main Branch
77

88
on:
99
pull_request:
10-
branches: [ main, release/** ]
10+
branches: [ nikhil/generate-lock-runtime, release/** ]
1111
push:
12-
branches: [ main, release/** ]
12+
branches: [ nikhil/generate-lock-runtime, release/** ]
1313

1414
workflow_dispatch:
1515

@@ -29,7 +29,7 @@ jobs:
2929
echo "CI main pull request stub version $STUB_VERSION"
3030
3131
call-ci-main-pr-check-pipeline:
32-
uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@main
32+
uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@nikhil/create-lock-file-runtime
3333
secrets: inherit
3434
permissions:
3535
id-token: write
@@ -98,7 +98,9 @@ jobs:
9898
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'
9999
blackduck-project-name: ${{ github.event.repository.name }} # BlackDuck project name, typically the repository name
100100
generate-blackduck-sbom: true # obsolete, use perform-blackduck-sca-scan instead
101-
101+
102+
run-bundle-install: true
103+
102104
generate-msft-sbom: false
103105
license_scout: false # Run license scout for license compliance (uses .license_scout.yml)
104106

0 commit comments

Comments
 (0)