Skip to content

Commit

Permalink
fix(k8s): add shorthand for k8s namespace flag (#2495)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Donizetti <[email protected]>
  • Loading branch information
josedonizetti authored Jul 13, 2022
1 parent 9f8685c commit 57192bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/flag/kubernetes_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ var (
K8sNamespaceFlag = Flag{
Name: "namespace",
ConfigName: "kubernetes.namespace",
Shorthand: "n",
Value: "",
Usage: "specify a namespace to sca",
Usage: "specify a namespace to scan",
}
)

Expand Down

0 comments on commit 57192bd

Please sign in to comment.