-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Salim Afiune Maya <[email protected]>
- Loading branch information
Showing
8 changed files
with
68 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.2.24-dev | ||
0.3.0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
cli/docs/lacework_vulnerability_container_list-registries.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## lacework vulnerability container list-registries | ||
|
||
list all container registries configured | ||
|
||
### Synopsis | ||
|
||
List all container registries configured in your account. | ||
|
||
``` | ||
lacework vulnerability container list-registries [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for list-registries | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net) | ||
-k, --api_key string access key id | ||
-s, --api_secret string secret access key | ||
--debug turn on debug logging | ||
--json switch commands output from human-readable to json format | ||
--nocolor turn off colors | ||
--noninteractive turn off interactive mode (disable spinners, prompts, etc.) | ||
-p, --profile string switch between profiles configured at ~/.lacework.toml | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [lacework vulnerability container](lacework_vulnerability_container.md) - vulnerability assessment for containers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters