Skip to content

[FEATURE IDEA] postProcess option #675

Answered by jkowalleck
lal12 asked this question in Ideas
Discussion options

You must be logged in to vote

📣 Conclusion

Will not implement this feature.
This has technical reasons:

Webpack works in a node environment and this package works in a node environment.
Requested "postProcessing" works in a node environment.

Node environments do NOT share a global bunch of packages/modules (quality/quantity). Each module can have own node_modules and will prefer those over the one traversed up/inherited down.

The environment in which the requested "postProcessing" runs might have different node modules than the environment in which this plugin runs.
This means the "postProcessing" might have a different version of @cyclonedx/cyclonedx-library than the plugin has.
Which could lead to invalid/unexpected…

Replies: 5 comments 22 replies

Comment options

You must be logged in to vote
4 replies
@lal12
Comment options

@jkowalleck
Comment options

@lal12
Comment options

@jkowalleck
Comment options

Comment options

You must be logged in to vote
9 replies
@lal12
Comment options

@jkowalleck
Comment options

@lal12
Comment options

@lal12
Comment options

@jkowalleck
Comment options

Comment options

You must be logged in to vote
7 replies
@lal12
Comment options

@jkowalleck
Comment options

@lal12
Comment options

@jkowalleck
Comment options

@jkowalleck
Comment options

Comment options

You must be logged in to vote
2 replies
@lal12
Comment options

@jkowalleck
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jkowalleck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
2 participants
Converted from issue

This discussion was converted from issue #673 on February 27, 2023 16:20.