Merge pull request #36337 from chris-short/patch-1

Fix bug in curl command to fetch official CVE feed
pull/36340/head
Kubernetes Prow Robot 2022-08-26 10:42:16 -07:00 committed by GitHub
commit b76931dd40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ published security issues. You can access it by executing the following command:
{{< /comment >}}
```shell
curl -v https://k8s.io/docs/reference/issues-security/official-cve-feed/index.json
curl -Lv https://k8s.io/docs/reference/issues-security/official-cve-feed/index.json
```
{{< cve-feed >}}
@ -41,4 +41,4 @@ from the time a CVE is announced to the time it is accessible in this feed.
The source of truth of this feed is a set of GitHub Issues, filtered by a controlled and
restricted label `official-cve-feed`. The raw data is stored in a Google Cloud
Bucket which is writable only by a small number of trusted members of the
Community.
Community.