Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reshef Sharvit committed May 25, 2021
1 parent 0a5317c commit 526b82e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ Options:
Examples:
# Scan an IaC file
trivy plugin run aqua iac --aqua-key <key> --aqua-secret <secret> <target>
export TRIVY_RUN_AS_PLUGIN=aqua
trivy 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>
export TRIVY_RUN_AS_PLUGIN=aqua
trivy iac --aqua-key <key> --aqua-secret <secret> <target>
```

0 comments on commit 526b82e

Please sign in to comment.