Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new version with go #126

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
bin: ./scan2html
24 changes: 12 additions & 12 deletions release-candidate/plugin.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Loading