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.
|
||||
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
|
||||
✓ Provenance obtained from attestation
|
||||
✓ SBOM obtained from attestation, 232 packages indexed
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"Angular",
|
||||
"Arch",
|
||||
"Arch-Linux",
|
||||
"Azure-Connect-OIDC",
|
||||
"Azure-DevOps",
|
||||
"Bake",
|
||||
"Bash",
|
||||
|
@ -35,6 +36,7 @@
|
|||
"Docker-Engine",
|
||||
"Docker-Hub",
|
||||
"Download",
|
||||
"Entra-ID-SAML-2.0",
|
||||
"Fedora",
|
||||
"For-Mac-and-Linux",
|
||||
"For-Mac-with-Apple-silicon",
|
||||
|
@ -69,6 +71,7 @@
|
|||
"Mac-with-Intel-chip",
|
||||
"Node",
|
||||
"Non-compliant",
|
||||
"Okta",
|
||||
"PowerShell",
|
||||
"PowerShell-CLI",
|
||||
"Python",
|
||||
|
|
Loading…
Reference in New Issue