From 269f27f7d72dcdbe7583fb3cbe1946f6b68cd42e Mon Sep 17 00:00:00 2001 From: tokufat Date: Thu, 12 Dec 2024 19:50:22 +0000 Subject: [PATCH] new version with go --- plugin.yaml | 2 +- release-candidate/plugin.yaml | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 245f1ac..af4b979 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -65,4 +65,4 @@ platforms: os: windows arch: amd64 uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9/scan2html_0.3.9_windows-amd64.zip - bin: ./scan2html \ No newline at end of file + bin: ./scan2html diff --git a/release-candidate/plugin.yaml b/release-candidate/plugin.yaml index 33afd77..711910b 100644 --- a/release-candidate/plugin.yaml +++ b/release-candidate/plugin.yaml @@ -1,5 +1,5 @@ name: "scan2html" -version: "0.3.9-rc.38" +version: "0.3.9-rc.39" maintainer: fatihtokus repository: github.com/fatihtokus/scan2html summary: A Trivy plugin that scans and outputs the results to a single page app. @@ -12,58 +12,58 @@ platforms: - selector: os: linux arch: amd64 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.38/scan2html_0.3.9-rc.38_linux-amd64.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.39/scan2html_0.3.9-rc.39_linux-amd64.tar.gz bin: ./scan2html - selector: os: linux arch: arm - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.38/scan2html_0.3.9-rc.38_linux-arm.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.39/scan2html_0.3.9-rc.39_linux-arm.tar.gz bin: ./scan2html - selector: os: linux arch: arm64 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.38/scan2html_0.3.9-rc.38_linux-arm64.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.39/scan2html_0.3.9-rc.39_linux-arm64.tar.gz bin: ./scan2html - selector: os: linux arch: s390x - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.38/scan2html_0.3.9-rc.38_linux-s390x.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.39/scan2html_0.3.9-rc.39_linux-s390x.tar.gz bin: ./scan2html - selector: os: linux arch: ppc64le - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.38/scan2html_0.3.9-rc.38_linux-ppc64le.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.39/scan2html_0.3.9-rc.39_linux-ppc64le.tar.gz bin: ./scan2html - selector: os: linux arch: 386 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.38/scan2html_0.3.9-rc.38_linux-386.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.39/scan2html_0.3.9-rc.39_linux-386.tar.gz bin: ./scan2html - selector: os: darwin arch: amd64 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.38/scan2html_0.3.9-rc.38_darwin-amd64.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.39/scan2html_0.3.9-rc.39_darwin-amd64.tar.gz bin: ./scan2html - selector: os: darwin arch: arm64 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.38/scan2html_0.3.9-rc.38_darwin-arm64.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.39/scan2html_0.3.9-rc.39_darwin-arm64.tar.gz bin: ./scan2html - selector: os: freebsd arch: 386 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.38/scan2html_0.3.9-rc.38_freebsd-386.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.39/scan2html_0.3.9-rc.39_freebsd-386.tar.gz bin: ./scan2html - selector: os: freebsd arch: amd64 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.38/scan2html_0.3.9-rc.38_freebsd-amd64.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.39/scan2html_0.3.9-rc.39_freebsd-amd64.tar.gz bin: ./scan2html - selector: os: windows arch: amd64 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.38/scan2html_0.3.9-rc.38_windows-amd64.zip + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.9-rc.39/scan2html_0.3.9-rc.39_windows-amd64.zip bin: ./scan2html \ No newline at end of file