Skip to content

Commit

Permalink
release v0.2.0 - Go Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Apr 14, 2023
1 parent dc3f55b commit 0187417
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "scan2html"
repository: github.com/afdesk/scan2html
version: "0.1.4"
version: "0.2.0"
usage: scan targets into a html file
description: |-
A Trivy plugin that scans and outputs the results to a html file.
Expand All @@ -10,58 +10,58 @@ platforms:
- selector:
os: linux
arch: amd64
uri: https://github.com/afdesk/scan2html/releases/download/v0.1.3/scan2html_0.1.3_linux-amd64.tar.gz
uri: https://github.com/afdesk/scan2html/releases/download/v0.2.0/scan2html_0.2.0_linux-amd64.tar.gz
bin: ./scan2html
- selector:
os: linux
arch: arm
uri: https://github.com/afdesk/scan2html/releases/download/v0.1.3/scan2html_0.1.3_linux-arm.tar.gz
uri: https://github.com/afdesk/scan2html/releases/download/v0.2.0/scan2html_0.2.0_linux-arm.tar.gz
bin: ./scan2html
- selector:
os: linux
arch: arm64
uri: https://github.com/afdesk/scan2html/releases/download/v0.1.3/scan2html_0.1.3_linux-arm64.tar.gz
uri: https://github.com/afdesk/scan2html/releases/download/v0.2.0/scan2html_0.2.0_linux-arm64.tar.gz
bin: ./scan2html
- selector:
os: linux
arch: s390x
uri: https://github.com/afdesk/scan2html/releases/download/v0.1.3/scan2html_0.1.3_linux-s390x.tar.gz
uri: https://github.com/afdesk/scan2html/releases/download/v0.2.0/scan2html_0.2.0_linux-s390x.tar.gz
bin: ./scan2html
- selector:
os: linux
arch: ppc64le
uri: https://github.com/afdesk/scan2html/releases/download/v0.1.3/scan2html_0.1.3_linux-ppc64le.tar.gz
uri: https://github.com/afdesk/scan2html/releases/download/v0.2.0/scan2html_0.2.0_linux-ppc64le.tar.gz
bin: ./scan2html
- selector:
os: linux
arch: 386
uri: https://github.com/afdesk/scan2html/releases/download/v0.1.3/scan2html_0.1.3_linux-386.tar.gz
uri: https://github.com/afdesk/scan2html/releases/download/v0.2.0/scan2html_0.2.0_linux-386.tar.gz
bin: ./scan2html

- selector:
os: darwin
arch: amd64
uri: https://github.com/afdesk/scan2html/releases/download/v0.1.3/scan2html_0.1.3_darwin-amd64.tar.gz
uri: https://github.com/afdesk/scan2html/releases/download/v0.2.0/scan2html_0.2.0_darwin-amd64.tar.gz
bin: ./scan2html
- selector:
os: darwin
arch: arm64
uri: https://github.com/afdesk/scan2html/releases/download/v0.1.3/scan2html_0.1.3_darwin-arm64.tar.gz
uri: https://github.com/afdesk/scan2html/releases/download/v0.2.0/scan2html_0.2.0_darwin-arm64.tar.gz
bin: ./scan2html

- selector:
os: freebsd
arch: 386
uri: https://github.com/afdesk/scan2html/releases/download/v0.1.3/scan2html_0.1.3_freebsd-386.tar.gz
uri: https://github.com/afdesk/scan2html/releases/download/v0.2.0/scan2html_0.2.0_freebsd-386.tar.gz
bin: ./scan2html
- selector:
os: freebsd
arch: amd64
uri: https://github.com/afdesk/scan2html/releases/download/v0.1.3/scan2html_0.1.3_freebsd-amd64.tar.gz
uri: https://github.com/afdesk/scan2html/releases/download/v0.2.0/scan2html_0.2.0_freebsd-amd64.tar.gz
bin: ./scan2html

- selector:
os: windows
arch: amd64
uri: https://github.com/afdesk/scan2html/releases/download/v0.1.3/scan2html_0.1.3_windows-amd64.zip
uri: https://github.com/afdesk/scan2html/releases/download/v0.2.0/scan2html_0.2.0_windows-amd64.zip
bin: ./scan2html

0 comments on commit 0187417

Please sign in to comment.