diff --git a/plugin.yaml b/plugin.yaml index cf1f0f6..c731062 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "scan2html" -version: "0.3.26" +version: "0.3.27" maintainer: fatihtokus repository: github.com/fatihtokus/scan2html summary: A Trivy plugin that scans and outputs the results to a single page app. @@ -11,58 +11,58 @@ platforms: - selector: os: linux arch: amd64 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26/scan2html_0.3.26_linux-amd64.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.27/scan2html_0.3.27_linux-amd64.tar.gz bin: ./scan2html - selector: os: linux arch: arm - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26/scan2html_0.3.26_linux-arm.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.27/scan2html_0.3.27_linux-arm.tar.gz bin: ./scan2html - selector: os: linux arch: arm64 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26/scan2html_0.3.26_linux-arm64.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.27/scan2html_0.3.27_linux-arm64.tar.gz bin: ./scan2html - selector: os: linux arch: s390x - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26/scan2html_0.3.26_linux-s390x.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.27/scan2html_0.3.27_linux-s390x.tar.gz bin: ./scan2html - selector: os: linux arch: ppc64le - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26/scan2html_0.3.26_linux-ppc64le.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.27/scan2html_0.3.27_linux-ppc64le.tar.gz bin: ./scan2html - selector: os: linux arch: 386 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26/scan2html_0.3.26_linux-386.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.27/scan2html_0.3.27_linux-386.tar.gz bin: ./scan2html - selector: os: darwin arch: amd64 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26/scan2html_0.3.26_darwin-amd64.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.27/scan2html_0.3.27_darwin-amd64.tar.gz bin: ./scan2html - selector: os: darwin arch: arm64 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26/scan2html_0.3.26_darwin-arm64.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.27/scan2html_0.3.27_darwin-arm64.tar.gz bin: ./scan2html - selector: os: freebsd arch: 386 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26/scan2html_0.3.26_freebsd-386.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.27/scan2html_0.3.27_freebsd-386.tar.gz bin: ./scan2html - selector: os: freebsd arch: amd64 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26/scan2html_0.3.26_freebsd-amd64.tar.gz + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.27/scan2html_0.3.27_freebsd-amd64.tar.gz bin: ./scan2html - selector: os: windows arch: amd64 - uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26/scan2html_0.3.26_windows-amd64.zip + uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.27/scan2html_0.3.27_windows-amd64.zip bin: ./scan2html \ No newline at end of file