-
Notifications
You must be signed in to change notification settings - Fork 971
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
Generate SBOM and Provenance for released images #1886
Merged
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1886 +/- ##
============================================
+ Coverage 45.09% 45.10% +0.01%
+ Complexity 3614 3612 -2
============================================
Files 835 835
Lines 49720 49739 +19
Branches 5237 5240 +3
============================================
+ Hits 22421 22435 +14
- Misses 25633 25635 +2
- Partials 1666 1669 +3
|
Polber
force-pushed
the
jkinard/sbom
branch
from
September 23, 2024 16:44
cbc9828
to
ead9390
Compare
Polber
force-pushed
the
jkinard/sbom
branch
7 times, most recently
from
September 24, 2024 04:08
77f758b
to
a57fc6f
Compare
Polber
force-pushed
the
jkinard/sbom
branch
from
September 24, 2024 04:15
a57fc6f
to
cad1b73
Compare
Polber
changed the title
Generate SBOM for AR images
Generate SBOM and Provenance for release images
Sep 24, 2024
Polber
changed the title
Generate SBOM and Provenance for release images
Generate SBOM and Provenance for released images
Sep 24, 2024
Polber
force-pushed
the
jkinard/sbom
branch
from
September 24, 2024 21:43
cad1b73
to
5b4ce52
Compare
Polber
force-pushed
the
jkinard/sbom
branch
from
September 25, 2024 00:14
5b4ce52
to
2d8b885
Compare
liferoad
previously approved these changes
Oct 4, 2024
Polber
force-pushed
the
jkinard/sbom
branch
2 times, most recently
from
October 10, 2024 22:24
5033422
to
b149486
Compare
Test failure looks unrelated |
Polber
force-pushed
the
jkinard/sbom
branch
3 times, most recently
from
October 17, 2024 23:04
d2459c3
to
8eb81d1
Compare
Polber
force-pushed
the
jkinard/sbom
branch
3 times, most recently
from
October 24, 2024 17:09
776e775
to
013665a
Compare
Polber
force-pushed
the
jkinard/sbom
branch
3 times, most recently
from
October 30, 2024 21:40
8966554
to
21848b0
Compare
Polber
force-pushed
the
jkinard/sbom
branch
4 times, most recently
from
October 31, 2024 22:15
35605dd
to
3662631
Compare
Polber
force-pushed
the
jkinard/sbom
branch
2 times, most recently
from
November 1, 2024 15:31
5e85f42
to
39bcc05
Compare
Signed-off-by: Jeffrey Kinard <[email protected]>
Signed-off-by: Jeffrey Kinard <[email protected]>
Signed-off-by: Jeffrey Kinard <[email protected]>
Polber
force-pushed
the
jkinard/sbom
branch
2 times, most recently
from
November 1, 2024 17:41
deb8f2f
to
95e6250
Compare
Signed-off-by: Jeffrey Kinard <[email protected]>
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.
PR adds SBOM and Provenance generation for released images, as well as Build time scanning for these images.
Notable changes are:
docker load
) and pushed to GCR/AR - This takes advantage of the built-in Provenance support that Cloud Build provides for all images pushed to GCR/ARdocker load
) and pushed to GCR/AR.gcloud artifacts sbom export --uri=gcr.io/...
.More info about SBOM generation can be found here.
All the above changes will be behind a maven argument
-DgenerateSBOM
which is disabled by default when Staging and Running a template (i.e. for ITs), but is enabled by default for Release.