Skip to content
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

Provide filter by group IDs #218

Merged
merged 1 commit into from
Nov 8, 2022

Conversation

synaos-bwi
Copy link
Contributor

Provides a new parameter excludeGroupId to exclude all artifacts of specific group IDs, similar to excludeArtifactId.

When generating the SBOM for a multi module maven project, the generated files may contain several internal artifacts by the own organization that are not relevant for an SBOM. While excluding them one-by-one via excludeArtifactId is possible, it is cumbersome to maintain the list for a larger and changing number of artifacts, especially when automating the generation in a CI/CD pipeline.

Provides a new parameter excludeGroupId to exclude all artifacts of
specific group IDs, similar to excludeArtifactId.
@stevespringett
Copy link
Member

Good addition. Thanks for the PR

@stevespringett stevespringett merged commit d67075c into CycloneDX:master Nov 8, 2022
@synaos-bwi synaos-bwi deleted the exclude_by_groupId branch November 15, 2022 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants