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

Create SBOM #478

Open
khmarbaise opened this issue Jul 2, 2024 · 0 comments
Open

Create SBOM #478

khmarbaise opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@khmarbaise
Copy link
Owner

Create a setup for SBOM:
https://github.com/CycloneDX/cyclonedx-maven-plugin

<plugins>
    <plugin>
        <groupId>org.cyclonedx</groupId>
        <artifactId>cyclonedx-maven-plugin</artifactId>
        <executions>
            <execution>
                <phase>package</phase>
                <goals>
                    <goal>makeAggregateBom</goal>
                </goals>
            </execution>
        </executions>
    </plugin>
</plugins>
@khmarbaise khmarbaise added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 2, 2024
@khmarbaise khmarbaise added this to the itf-extension-0.14.0 milestone Jul 2, 2024
@khmarbaise khmarbaise self-assigned this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant