-
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.
- Loading branch information
1 parent
448bc4f
commit 310eb67
Showing
1 changed file
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,19 @@ Install a plugin | |
trivy plugin install NAME | URL | FILE_PATH | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
# Install a plugin from the plugin index | ||
$ trivy plugin install referrer | ||
# Specify the version of the plugin to install | ||
$ trivy plugin install [email protected] | ||
# Install a plugin from a URL | ||
$ trivy plugin install github.com/aquasecurity/trivy-plugin-referrer | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
|