From b15a679d9958dc5883fa60b0ccf1b01b6fd888bb Mon Sep 17 00:00:00 2001 From: GitHub Actions Build Date: Wed, 1 Dec 2021 15:25:04 +0000 Subject: [PATCH] GitHub Actions Build: Update plugin version --- plugin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 9a609cbd..faeddd82 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -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 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 \ No newline at end of file + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/v0.2.0/v0.2.0.tar.gz + bin: ./aqua \ No newline at end of file