You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/image-scanning-by-using-the-roxctl-cli.adoc
+59-3
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,58 @@ toc::[]
9
9
[role="_abstract"]
10
10
You can scan images stored in image registries, including cluster local registries such as the {ocp} integrated image registry by using the `roxctl` CLI.
<1> For `<image_registry>`, specify the registry where the image is located, for example, `registry.redhat.io`.
30
+
For `<image_name>`, specify the name of the image you want to scan, for example, `default/image`.
31
+
<reference> may be:
32
+
* blank
33
+
* a tag preceded by a colon, for example, `:latest`
34
+
* a digest preceded by an at sign, for example, `@sha256:710ecc84318c54c9d1e08fe89d03e74cc09350909e5b12e5d07ac6941fd02b27`
35
+
<2> Optional: For `[flags]`, you can specify parameters to modify the behavior of the command.
36
+
+
37
+
For more information about optional parameters, see xref:../cli/image-scanning-by-using-the-roxctl-cli.adoc#roxctl-image-scan-command-options_image-scanning-by-using-the-roxctl-cli[roxctl image scan command options].
0 commit comments