mirror of https://github.com/docker/docs.git
fix: patch invalid hl_lines syntax in upstream codeblock
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
d5c45ef7a1
commit
f9e3460e15
|
|
@ -448,7 +448,7 @@ examples: |-
|
||||||
that a software vulnerability will be exploited in the wild in the next 30 days.
|
that a software vulnerability will be exploited in the wild in the next 30 days.
|
||||||
The higher the score, the greater the probability that a vulnerability will be exploited.
|
The higher the score, the greater the probability that a vulnerability will be exploited.
|
||||||
|
|
||||||
```console {hl_lines=13,14}
|
```console {hl_lines="13,14"}
|
||||||
$ docker scout cves --epss nginx
|
$ docker scout cves --epss nginx
|
||||||
✓ Provenance obtained from attestation
|
✓ Provenance obtained from attestation
|
||||||
✓ SBOM obtained from attestation, 232 packages indexed
|
✓ SBOM obtained from attestation, 232 packages indexed
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
"Angular",
|
"Angular",
|
||||||
"Arch",
|
"Arch",
|
||||||
"Arch-Linux",
|
"Arch-Linux",
|
||||||
|
"Azure-Connect-OIDC",
|
||||||
"Azure-DevOps",
|
"Azure-DevOps",
|
||||||
"Bake",
|
"Bake",
|
||||||
"Bash",
|
"Bash",
|
||||||
|
|
@ -35,6 +36,7 @@
|
||||||
"Docker-Engine",
|
"Docker-Engine",
|
||||||
"Docker-Hub",
|
"Docker-Hub",
|
||||||
"Download",
|
"Download",
|
||||||
|
"Entra-ID-SAML-2.0",
|
||||||
"Fedora",
|
"Fedora",
|
||||||
"For-Mac-and-Linux",
|
"For-Mac-and-Linux",
|
||||||
"For-Mac-with-Apple-silicon",
|
"For-Mac-with-Apple-silicon",
|
||||||
|
|
@ -69,6 +71,7 @@
|
||||||
"Mac-with-Intel-chip",
|
"Mac-with-Intel-chip",
|
||||||
"Node",
|
"Node",
|
||||||
"Non-compliant",
|
"Non-compliant",
|
||||||
|
"Okta",
|
||||||
"PowerShell",
|
"PowerShell",
|
||||||
"PowerShell-CLI",
|
"PowerShell-CLI",
|
||||||
"Python",
|
"Python",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue