Skip to content

Commit 1d26581

Browse files
committed
ROX-24719: add --namespace roxctl flag
1 parent 0bd6e9d commit 1d26581

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

modules/roxctl-image-check.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ roxctl image check [flags]
2626
|Define the cluster name or ID that you want to use as the context for evaluation.
2727

2828
|`--compact-output`
29-
|Print JSON output in a compact format. The default value is `false`.
29+
|Print JSON output in a compact format. The default value is `false`.
3030

3131
|`-f`, `--force`
3232
|Bypass the Central cache for the image and force a new pull from the Scanner. The default value is `false`.
@@ -46,6 +46,9 @@ $ roxctl image check [flags]
4646
|`--merge-output`
4747
|Merge duplicate cells in a tabular output. The default value is `false`.
4848

49+
|`--namespace`
50+
|Specify a namespace on the secured cluster from which to read context information, specifically pull secrets to access the image registry, when delegating image scans.
51+
4952
|`--no-header`
5053
|Do not print headers for a tabular output. The default value is `false`.
5154

@@ -63,4 +66,4 @@ $ roxctl image check [flags]
6366

6467
|`--send-notifications`
6568
|Define whether you want to send notifications in the event of violations. The default value is `false`.
66-
|===
69+
|===

modules/roxctl-image-scan.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ $ roxctl image scan [flags]
4747
|`--merge-output`
4848
|Merge duplicate cells in a tabular output. The default value is `true`.
4949

50+
|`--namespace`
51+
|Specify a namespace on the secured cluster from which to read context information, specifically pull secrets to access the image registry, when delegating image scans.
52+
5053
|`--no-header`
5154
|Do not print headers for a tabular output. The default value is `false`.
5255

0 commit comments

Comments
 (0)