-
Notifications
You must be signed in to change notification settings - Fork 141
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
Add a buildah task step that generates base images sbom #862
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkosiarc
changed the title
Add a buildah task step that generates base images sbom
DRAFT: Add a buildah task step that generates base images sbom
Mar 6, 2024
mkosiarc
changed the title
DRAFT: Add a buildah task step that generates base images sbom
Add a buildah task step that generates base images sbom
Mar 6, 2024
mkosiarc
force-pushed
the
parent-sboms
branch
3 times, most recently
from
March 15, 2024 09:00
9d72f4e
to
5b02898
Compare
mkosiarc
force-pushed
the
parent-sboms
branch
3 times, most recently
from
March 15, 2024 09:06
87efd6e
to
d97c156
Compare
/retest |
13 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
mkosiarc
force-pushed
the
parent-sboms
branch
3 times, most recently
from
March 20, 2024 09:38
4999ae1
to
437796b
Compare
/retest |
tkdchen
approved these changes
Mar 20, 2024
tkdchen
reviewed
Mar 20, 2024
mkosiarc
force-pushed
the
parent-sboms
branch
2 times, most recently
from
March 22, 2024 11:50
c7d8601
to
50e8dd5
Compare
/retest |
11 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
This steps uses a python script for creating the sbom https://github.com/redhat-appstudio/build-tasks-dockerfiles/tree/main/base-images-sbom-script It expects 3 arguments: 1. path to the sbom file that will be updated in place with base images data 2. path to a file containing base images as taken from from the dockerfile (with preserved order) 3. path to a file containing base images with digests, generated from the output of buildah images --format '{{ .Name }}:{{ .Tag }}@{{ .Digest }}'. The dockerfile order must be preserved as well For more information, please read the script README STONEBLD-2042
/retest |
1 similar comment
/retest |
/retest |
2 similar comments
/retest |
/retest |
Quality Gate passedIssues Measures |
/retest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This steps uses a python script for creating the sbom
https://github.com/redhat-appstudio/build-tasks-dockerfiles/tree/main/base-images-sbom-script
It expects 3 arguments:
The dockerfile order must be preserved as well
For more information, please read the script README
STONEBLD-2042