Skip to content

Commit

Permalink
GitHub Actions Build: Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Build committed Dec 1, 2021
1 parent 8c45b58 commit b15a679
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: "aqua"
repository: github.com/aquasecurity/trivy-plugin-aqua
version: "0.1.1"
usage: send iac scan results to aqua.
version: "v0.2.0"
usage: send trivy results to CSPM.
description: |-
A Trivy plugin that uses Aqua for IaC scanning.
Usage: trivy aqua TYPE[.VERSION][.GROUP] NAME
A Trivy plugin that sends results to Aqua.
Usage: trivy aqua <srcPath>
platforms:
- selector: # optional
os: linux
arch: amd64
uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.1.1-prerelease/0.1.1.tar.gz
bin: ./scannerclistatic
uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.2.0/v0.2.0.tar.gz
bin: ./aqua

0 comments on commit b15a679

Please sign in to comment.