Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Reshef Sharvit committed May 25, 2021
1 parent 493f6a6 commit 0a5317c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# trivy-plugin-aqua
A [Trivy](https://github.com/aquasecurity/trivy) plugin that scans infrastructure as code templates

## Install

```
$ trivy plugin install github.com/aquasecurity/trivy-plugin-aqua
$ trivy aqua -h
Usage: trivy aqua [-h,--help] TYPE NAME [TRIVY OPTION]
A Trivy plugin that scans infrastructure as code templates.
Options:
-h, --help Show usage.
Examples:
# Scan an IaC file
trivy plugin run aqua iac --aqua-key <key> --aqua-secret <secret> <target>
```

## Usage
Trivy's options need to be passed after `--`.

```
# Scan an IaC file
trivy plugin run aqua iac --aqua-key <key> --aqua-secret <secret> <target>
```

0 comments on commit 0a5317c

Please sign in to comment.