From 46cacd7129b01128d1e09dea96c8f97a5be33e5e Mon Sep 17 00:00:00 2001 From: Reshef Sharvit Date: Mon, 24 May 2021 12:04:58 +0300 Subject: [PATCH] initial commit --- plugin.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugin.yaml diff --git a/plugin.yaml b/plugin.yaml new file mode 100644 index 00000000..0ab0ca5e --- /dev/null +++ b/plugin.yaml @@ -0,0 +1,13 @@ +name: "aqua" +repository: github.com/aquasecurity/trivy-plugin-aqua +version: "0.1.0" +usage: send iac scan results to aqua aqua +description: |- + A Trivy plugin that uses Aqua for IaC scanning. + Usage: trivy aqua TYPE[.VERSION][.GROUP] NAME +platforms: + - selector: # optional + os: linux + arch: amd64 + uri: https://github.com/aquasecurity/trivy-plugin-aqua/releases/download/0.1.0/0.1.0.tar.gz + bin: ./scannerclistatic