Skip to content

Commit a7b7063

Browse files
authored
Merge pull request #35827 from AevaOnline/patch-1
Correct download.md's SBOM section
2 parents bcd4669 + 647abb2 commit a7b7063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/releases/download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ container image name, for example
6969
those derivations are signed in the same way as the multi-architecture manifest lists.
7070

7171
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.
7373
You can fetch that list using:
7474

7575
```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}'
7777
```
7878
For Kubernetes v{{< skew currentVersion >}}, the only kind of code artifact that
7979
you can verify integrity for is a container image, using the experimental

0 commit comments

Comments
 (0)