-
Notifications
You must be signed in to change notification settings - Fork 13
CHEF-29687 - Updating to common GitHub Action 1.0.5 and updated sonar configuration and added config to run bundle install to generate lock file at runtime #81
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?
Conversation
Signed-off-by: nikhil2611 <nikhilgupta2102@gmail.com>
|
@nikhil2611 - tests are broken. |
@jaymzh Yeah its failing with FAILURE_ACCURACY_NOT_MET and we are trying to fix that. |
Signed-off-by: nikhil2611 <nikhilgupta2102@gmail.com>
… group name Signed-off-by: nikhil2611 <ngupta@progress.com>
Signed-off-by: nikhil2611 <ngupta@progress.com>
|
@jaymzh We have updated the branch to main for pull_request and push. |
Description
This pull request updates CI/CD and static analysis configuration to align the project with the "Chef-Agents" product area, enable more security and compliance checks, and improve SonarQube configuration for Ruby projects. The changes focus on updating metadata, enabling BlackDuck and SBOM generation, and improving language and quality reporting consistency.
CI/CD configuration updates:
versionto9.4.15andlanguagetorubyin.github/workflows/ci-main-pull-request-checks.ymlto reflect the current project stack.polaris-application-nameto "Chef-Agents" for more thorough static analysis and correct application mapping.quality-product-nameandblackduck-project-group-nameto "Chef-Agents" to ensure all reporting and analysis are associated with the correct product area. [1] [2]SonarQube configuration improvements:
sonar-project.propertiesto provide detailed metadata, set language to Ruby, specify correct source and test directories, and update project naming conventions to match Chef-Agents standards.Related Issue
Types of changes
Checklist:
Gemfile.lockhas changed, I have used--conservativeto do it and included the full output in the Description above.