Skip to content

Commit 17dcdba

Browse files
authored
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
1 parent 488fca1 commit 17dcdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/dhi/how-to/scan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Docker Hardened Image by pulling the image and running the scan command:
371371
```console
372372
$ docker login dhi.io
373373
$ docker pull dhi.io/<image>:<tag>
374-
$ wiz docker scan --image dhi.io/<image>:<tag>
374+
$ wizcli scan container-image dhi.io/<image>:<tag>
375375
```
376376

377377
## Export VEX attestations

0 commit comments

Comments
 (0)