-
Notifications
You must be signed in to change notification settings - Fork 4
NRL-1417 add SBOM generation step to nightly build #1123
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
…new version published of shared trivy actions
|
🚀 PR environment successfully deployed. |
|
💥 Something went wrong while building the pull request environment. |
d4c7923 to
d30594e
Compare
|
🚀 PR environment successfully deployed. |
|
|
🚀 PR environment successfully deployed. |
mattdean3-nhs
left a comment
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.
LGTM 👍



Uses the shared trivy action to generate a new SBOM every night from develop.
The generated SBOM is stored in github as an artifact against the action run that generated it. We can also run the workflow ad-hoc if we ever cannot wait until the next scheduled run to refresh it. See our first SBOM here: https://github.com/NHSDigital/NRLF/actions/runs/21292962386 (scroll down)
Linked PR for the shared trivy action to allow an SBOM to be generated from a git repo rather than only a docker image nhs-england-tools/trivy-action#10 (merged & released in v1.4.0)