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

build(tools): software bill of materials generation #2082

Merged
merged 1 commit into from
Jul 22, 2023

Conversation

petermetz
Copy link
Contributor

Added a script to generate all SBoMs.
The short hand to call the script is by running
$ yarn generate-sbom
and then it saves all the different .spdx
files under ./dist/sbom/*
where the file names are derived from
the relative path of the directory of the
build definition.

Fixes #2081

Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com

Copy link
Contributor

@izuru0 izuru0 left a comment

Choose a reason for hiding this comment

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

LGTM

Added a script to generate a .csv SBoM for npm package dependencies.
The short hand to call the script is by running
$ yarn tools:generate-sbom
and then it saves all a .csv file with the combined output under
`./dist/sbom/`

Fixes hyperledger-cacti#2081

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
@petermetz petermetz enabled auto-merge (rebase) July 22, 2023 07:02
@petermetz petermetz merged commit 8f1d1f3 into hyperledger-cacti:main Jul 22, 2023
@petermetz petermetz deleted the petermetz/issue2081 branch July 22, 2023 16:31
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.

security(tools): software bill of materials generation
3 participants