-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
[IDEA] added option postProcess #672
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Luca Lindhorst <[email protected]>
What kind of "more complex webpack build structure" do you have? |
I will put this PR in "DRAFT" state. Currently, such a feature is not planned. This plugin describes a closed process that has a defined start and end. |
@@ -750,7 +750,10 @@ module.exports = function (webpackEnv) { | |||
}), | |||
new CycloneDxWebpackPlugin({ | |||
outputLocation: '.bom', | |||
reproducibleResults: true | |||
reproducibleResults: true, | |||
postProcess: (bom) => { |
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.
❌ do not change existing tests.
write your own test case !
FR in #673 |
Important Reminder: this PR is intended to be kept around. |
I want to do some custom addition/changes to the SBOM, due to a more complex webpack build structure for a project.