Skip to content

Commit 8a5883e

Browse files
committed
Updates for 20230711
1 parent 9ee0259 commit 8a5883e

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

170_supply_chain_security/activity.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ curl -s https://api.securityscorecards.dev/projects/${PROJECT} \
4141
Use web-based [BigQuery Explorer](http://console.cloud.google.com/bigquery)
4242

4343
Use `bq` on the console (part of `gcloud`)
44+
45+
### Demo [<i class="fa fa-comment-code"></i>](https://github.com/nicholasdille/container-slides/blob/master/170_supply_chain_security/scorecard.demo "scorecard.demo")

170_supply_chain_security/cosign/cosign.demo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cosign
22

33
# Login for packages
4-
docker login
4+
docker login ghcr.io
55

66
# Build container image
77
cat <<EOF >Dockerfile

170_supply_chain_security/cosign/slides.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Initiated by chainguard [](https://www.chainguard.dev/)
66

77
Transforms key management problem into identity problem
88

9+
<span class="fragment">
10+
911
![](170_supply_chain_security/cosign/keyless.drawio.svg) <!-- .element: style="float: right; width: 45%; margin-left: 1em; margin-right: -2em;" -->
1012

1113
### Keyless Signature Flow
@@ -18,6 +20,8 @@ The clients gets redirected to authenticate <i class="fa fa-circle-3"></i>, *ful
1820

1921
After signing, the key pair as well as the certificate are deleted <i class="fa fa-circle-6"></i>.
2022

23+
</span>
24+
2125
---
2226

2327
## Signature verification

2023-07-11_heise-Kubernetes-Security.html

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
</textarea></section>
4949

5050
<section data-markdown="000_introduction/02_bio.md" data-separator="^---$" data-separator-vertical="^--$"></section>
51+
<section data-markdown="000_introduction/05_container_slides.md" data-separator="^---$" data-separator-vertical="^--$"></section>
5152

5253
<section data-markdown="170_supply_chain_security/intro.md" data-separator="^---$" data-separator-vertical="^--$"></section>
5354
<section data-markdown="" data-separator="^---$" data-separator-vertical="^--$"><textarea data-template="">

0 commit comments

Comments
 (0)