-
Notifications
You must be signed in to change notification settings - Fork 137
[chore/sbom] Auto-generate SBOM using cdxgen #1474
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
Conversation
… workflow visible under Actions)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- readable json would be great -
| json_pp
- github.com/krzyzanowskim/OpenSSL is listed twice with two different version - needs a second look if wrong data or mixup of dependencies in the projects
8930809
to
e6112f9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- let's name it sbom.json
…essible to humans - generate-sbom: rename bom.json to sbom.json
… across ios-sdk and ios-app
The App pointed to a specific version of the SwiftPM package whereas the SDK pointed to a minimum version, so the versions diverged. I've fixed this by bringing the version requirement in the App project on par to the version in the SDK as part of this pull request. |
77af18b
to
16747fe
Compare
Description
Auto-generate SBOM using cdxgen
Related Issue
#1473