-
Notifications
You must be signed in to change notification settings - Fork 596
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
feat(golangBuild): allow SBOM creation for app only #4771
Conversation
this change provides an additional configuration option which makes it possible to create an SBOM focused on the main application. In addition it removes test dependencies from the SBOM. Test dependencies should be ignored.
/go-it |
/it-go |
/it-go |
/it-go |
|
Thank you for your contribution! This pull request is stale because it has been open 60 days with no activity. In order to keep it open, please remove stale label or add a comment within the next 10 days. If you need a Piper team member to remove the stale label make sure to add |
Pull request got stale and no further activity happened. It has automatically been closed. Please re-open in case you still consider it relevant. |
|
Thank you for your contribution! This pull request is stale because it has been open 60 days with no activity. In order to keep it open, please remove stale label or add a comment within the next 10 days. If you need a Piper team member to remove the stale label make sure to add |
Pull request got stale and no further activity happened. It has automatically been closed. Please re-open in case you still consider it relevant. |
Changes
this change provides an additional configuration option which makes it possible to create an SBOM focused on the main application:
createBOMMainPath: path/to/main
In the simplest case it would look like:
createBOMMainPath: .
In addition it removes test dependencies from the SBOM. Test dependencies should be ignored.