Merge pull request #36337 from chris-short/patch-1
Fix bug in curl command to fetch official CVE feedpull/36340/head
commit
b76931dd40
|
@ -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 >}}
|
||||
|
|
Loading…
Reference in New Issue