Skip to content

Commit

Permalink
mage docs:generate
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed May 16, 2024
1 parent 448bc4f commit 310eb67
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/docs/references/configuration/cli/trivy_plugin_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

0 comments on commit 310eb67

Please sign in to comment.