-
Notifications
You must be signed in to change notification settings - Fork 497
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
🌱 attestor: Dockerize + small improvements for Cloud Build usage #2456
🌱 attestor: Dockerize + small improvements for Cloud Build usage #2456
Conversation
Integration tests success for |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2456 +/- ##
=======================================
Coverage 40.96% 40.97%
=======================================
Files 113 113
Lines 9271 9270 -1
=======================================
Hits 3798 3798
+ Misses 5197 5196 -1
Partials 276 276 |
cd7e00b
to
da31b15
Compare
Signed-off-by: Raghav Kaul <raghavkaul@google.com>
da31b15
to
f46d3e0
Compare
Integration tests success for |
Integration tests success for |
Integration tests success for |
* debian10 -> 11 * CLI * Remove logging statements * Dockerfile Signed-off-by: Raghav Kaul <raghavkaul@google.com>
34cff36
to
8032842
Compare
Integration tests success for |
Integration tests success for |
…f#2456) * Dockerize * Add cloudbuild.yaml * Improve logging Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Add README.md Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Address PR comments * debian10 -> 11 * CLI * Remove logging statements * Dockerfile Signed-off-by: Raghav Kaul <raghavkaul@google.com> Signed-off-by: Raghav Kaul <raghavkaul@google.com> Signed-off-by: nathaniel.wert <nathaniel.wert@kudelskisecurity.com>
…f#2456) * Dockerize * Add cloudbuild.yaml * Improve logging Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Add README.md Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Address PR comments * debian10 -> 11 * CLI * Remove logging statements * Dockerfile Signed-off-by: Raghav Kaul <raghavkaul@google.com> Signed-off-by: Raghav Kaul <raghavkaul@google.com> Signed-off-by: nathaniel.wert <nathaniel.wert@kudelskisecurity.com>
…f#2456) * Dockerize * Add cloudbuild.yaml * Improve logging Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Add README.md Signed-off-by: Raghav Kaul <raghavkaul@google.com> * Address PR comments * debian10 -> 11 * CLI * Remove logging statements * Dockerfile Signed-off-by: Raghav Kaul <raghavkaul@google.com> Signed-off-by: Raghav Kaul <raghavkaul@google.com>
What kind of change does this PR introduce?
Wrap scorecard-attestor into a Dockerfile. Also add sample repos which demonstrate how scorecard-attestor can be used in a Cloudbuild pipeline, and make some small logging fixes.
Which issue(s) this PR fixes
Closes #2136.