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

Ipc 68 generate SBOM #370

Merged
merged 5 commits into from
Nov 27, 2023
Merged

Ipc 68 generate SBOM #370

merged 5 commits into from
Nov 27, 2023

Conversation

a-szotyori
Copy link
Contributor

@a-szotyori a-szotyori commented Nov 21, 2023

Uses the CycloneDX Gradle plugin to generate SBOMs for every projects.

To generate an SBOM use the `cyclonedxBom` task and set the `createSBOM` gradle property to `true`.
For example to generate the SBOM for the Health SDK run the following command:
`$ ./gradlew health-sdk:sdk:cyclonedxBom -PcreateSBOM=true`

IPC-68
@a-szotyori a-szotyori self-assigned this Nov 21, 2023
@a-szotyori
Copy link
Contributor Author

I discovered two to-dos I have to complete to fulfill IBM's requirements (see PDF in ticket):

  • Add authors to metadata :
"authors": [
      {
        "name": "Gini GmbH"
      }
    ]
  • Replace manufacture with supplier

Copy link
Contributor

@abolfazlimahdi abolfazlimahdi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, really loved it 🥇

@a-szotyori a-szotyori merged commit 1ccde04 into main Nov 27, 2023
@a-szotyori a-szotyori deleted the IPC-68-generate-SBOM branch November 27, 2023 13:09
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.

2 participants