mirror of
https://github.com/docker/docs.git
synced 2026-04-05 18:58:55 +07:00
Update command for scanning Docker images with wizcli (#24628)
<!--Delete sections as needed --> ## Description This PR fixes the command to scan DHI with `wizcli`. <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
This commit is contained in:
@@ -371,7 +371,7 @@ Docker Hardened Image by pulling the image and running the scan command:
|
||||
```console
|
||||
$ docker login dhi.io
|
||||
$ docker pull dhi.io/<image>:<tag>
|
||||
$ wiz docker scan --image dhi.io/<image>:<tag>
|
||||
$ wizcli scan container-image dhi.io/<image>:<tag>
|
||||
```
|
||||
|
||||
## Export VEX attestations
|
||||
|
||||
Reference in New Issue
Block a user