-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
fix SBOM issues for runtime #113400
fix SBOM issues for runtime #113400
Conversation
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.
Pull Request Overview
This PR aims to fix SBOM generation issues for runtime by modifying the pipeline configuration. The key changes include disabling SBOM configuration at the job template level, introducing an explicit variable to disable SBOM, and adding a new step to generate SBOM using an external template.
Comments suppressed due to low confidence (1)
eng/pipelines/official/jobs/prepare-signed-artifacts.yml:14
- [nitpick] Consider using consistent naming conventions for SBOM-related settings. For instance, align the casing of 'enableSbom' with 'DISABLE_SBOM' by renaming it to 'disableSbom' to improve clarity.
enableSbom: false
Tagging subscribers to this area: @dotnet/area-meta |
I am closing this PR. I have created a new PR #113463 by forking the runtime repo. |
Fixes Issue dotnet/arcade#15562
Description
This PR solves the SBOM generation issue in the runtime repo