File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ container image name, for example
69
69
those derivations are signed in the same way as the multi-architecture manifest lists.
70
70
71
71
The Kubernetes project publishes a list of signed Kubernetes container images
72
- in SBoM (Software Bill of Materials ) format.
72
+ in [ SPDX 2.2 ] ( https://spdx.dev/specifications/ ) format.
73
73
You can fetch that list using:
74
74
75
75
``` shell
76
- curl -Ls " https://sbom.k8s.io/$( curl -Ls https://dl.k8s.io/release/latest.txt) /release" | awk ' /PackageName: k8s.gcr. io\// {print $2 }'
76
+ curl -Ls " https://sbom.k8s.io/$( curl -Ls https://dl.k8s.io/release/latest.txt) /release" | awk ' /Package: registry. k8s.io\// {print $3 }'
77
77
```
78
78
For Kubernetes v{{< skew currentVersion >}}, the only kind of code artifact that
79
79
you can verify integrity for is a container image, using the experimental
You can’t perform that action at this time.
0 commit comments