From 93fa0da90bfa85e32c57679e29f8b8b0ec000ff0 Mon Sep 17 00:00:00 2001 From: afdesk Date: Thu, 16 Mar 2023 16:16:31 +0600 Subject: [PATCH] release v0.1.2 --- plugin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index a39cff2..da6e63c 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,11 +1,11 @@ name: "scan2html" repository: github.com/afdesk/scan2html -version: "0.1.1" +version: "0.1.2" usage: scan targets into a html file description: |- A Trivy plugin that scans and outputs the results to a html file. trivy scan2html [-h,--help] command target filename platforms: - - uri: https://github.com/afdesk/scan2html/releases/download/v0.1.1/scan2html.tar.gz + uri: https://github.com/afdesk/scan2html/releases/download/v0.1.2/scan2html.tar.gz bin: ./scan2html