We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53049d0 commit fd31622Copy full SHA for fd31622
content/manuals/dhi/how-to/verify.md
@@ -147,6 +147,11 @@ $ docker scout attest get \
147
--verify --skip-tlog
148
```
149
150
+> [!NOTE]
151
+>
152
+> The `--skip-tlog` flag is only available in Docker Scout CLI version 1.18.3 and
153
+> later.
154
+
155
This is equivalent to using `cosign` with the `--insecure-ignore-tlog=true`
156
flag, which validates the signature against Docker's published public key, but
157
ignores the transparency log check.
0 commit comments