-
Notifications
You must be signed in to change notification settings - Fork 115
[DO NOT MERGE] - Added config to scan sub directories for Gemfile.lock #3466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
8443a17
120cc3d
56674c1
9394fa7
d0ad0c1
70740f7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -7,9 +7,9 @@ name: CI Pull Request on Main Branch | |||||||||
|
|
||||||||||
| on: | ||||||||||
| pull_request: | ||||||||||
| branches: [ main, develop, release/** ] | ||||||||||
| branches: [ nikhil/CHEF-28158-NOTICE-generation, develop, release/** ] | ||||||||||
|
||||||||||
| push: | ||||||||||
| branches: [ main, develop, release/** ] | ||||||||||
| branches: [ nikhil/CHEF-28158-NOTICE-generation, develop, release/** ] | ||||||||||
|
||||||||||
|
|
||||||||||
| workflow_dispatch: | ||||||||||
|
|
||||||||||
|
|
@@ -29,7 +29,7 @@ jobs: | |||||||||
| echo "CI main pull request stub version $STUB_VERSION" | ||||||||||
|
|
||||||||||
| call-ci-main-pr-check-pipeline: | ||||||||||
| uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@main | ||||||||||
| uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@nikhil/detect-lockfile-in-subfolders-chef-workstation | ||||||||||
|
||||||||||
| uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@nikhil/detect-lockfile-in-subfolders-chef-workstation | |
| uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@main |
Copilot
AI
Dec 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The workflow reference uses a personal feature branch 'nikhil/detect-lockfile-in-subfolders-chef-workstation'. This should be changed to a stable reference (e.g., '@main' or a version tag) before merging.
| uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@nikhil/detect-lockfile-in-subfolders-chef-workstation | |
| uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@main |
Copilot
AI
Dec 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment indicates this parameter is obsolete and 'perform-blackduck-sca-scan' should be used instead. Setting this to 'true' while it's marked obsolete creates confusion. Either remove this parameter or clarify why it's being enabled despite being obsolete.
| generate-blackduck-sbom: true # obsolete, use perform-blackduck-sca-scan instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The branch name 'nikhil/CHEF-28158-NOTICE-generation' doesn't match the PR's purpose of scanning subdirectories for Gemfile.lock files. The Jira ID references 'NOTICE-generation', but this PR is about configuring BlackDuck to scan subdirectories. Consider using a branch name that reflects the actual changes, such as 'nikhil/CHEF-XXXXX-blackduck-subdirectory-scan'.