-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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: knqyf263 <[email protected]>
- Loading branch information
Showing
5 changed files
with
68 additions
and
4 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
31 changes: 31 additions & 0 deletions
31
docs/docs/references/configuration/cli/trivy_plugin_search.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,31 @@ | ||
## trivy plugin search | ||
|
||
List Trivy plugins available on the index and search among them | ||
|
||
``` | ||
trivy plugin search [KEYWORD] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for search | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cache-dir string cache directory (default "/path/to/cache") | ||
-c, --config string config path (default "trivy.yaml") | ||
-d, --debug debug mode | ||
--generate-default-config write the default config to trivy-default.yaml | ||
--insecure allow insecure server connections | ||
-q, --quiet suppress progress bar and log output | ||
--timeout duration timeout (default 5m0s) | ||
-v, --version show version | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [trivy plugin](trivy_plugin.md) - Manage plugins | ||
|
4 changes: 2 additions & 2 deletions
4
docs/docs/references/configuration/cli/trivy_plugin_update.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
31 changes: 31 additions & 0 deletions
31
docs/docs/references/configuration/cli/trivy_plugin_upgrade.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,31 @@ | ||
## trivy plugin upgrade | ||
|
||
Upgrade installed plugins to newer versions | ||
|
||
``` | ||
trivy plugin upgrade [PLUGIN_NAMES] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for upgrade | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cache-dir string cache directory (default "/path/to/cache") | ||
-c, --config string config path (default "trivy.yaml") | ||
-d, --debug debug mode | ||
--generate-default-config write the default config to trivy-default.yaml | ||
--insecure allow insecure server connections | ||
-q, --quiet suppress progress bar and log output | ||
--timeout duration timeout (default 5m0s) | ||
-v, --version show version | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [trivy plugin](trivy_plugin.md) - Manage plugins | ||
|