Skip to content

Commit 3b93621

Browse files
authored
new release _ 3.17 (#158)
1 parent b6d20bd commit 3b93621

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

plugin.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "scan2html"
2-
version: "0.3.16"
2+
version: "0.3.17"
33
maintainer: fatihtokus
44
repository: github.com/fatihtokus/scan2html
55
summary: A Trivy plugin that scans and outputs the results to a single page app.
@@ -11,58 +11,58 @@ platforms:
1111
- selector:
1212
os: linux
1313
arch: amd64
14-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.16/scan2html_0.3.16_linux-amd64.tar.gz
14+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.17/scan2html_0.3.17_linux-amd64.tar.gz
1515
bin: ./scan2html
1616
- selector:
1717
os: linux
1818
arch: arm
19-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.16/scan2html_0.3.16_linux-arm.tar.gz
19+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.17/scan2html_0.3.17_linux-arm.tar.gz
2020
bin: ./scan2html
2121
- selector:
2222
os: linux
2323
arch: arm64
24-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.16/scan2html_0.3.16_linux-arm64.tar.gz
24+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.17/scan2html_0.3.17_linux-arm64.tar.gz
2525
bin: ./scan2html
2626
- selector:
2727
os: linux
2828
arch: s390x
29-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.16/scan2html_0.3.16_linux-s390x.tar.gz
29+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.17/scan2html_0.3.17_linux-s390x.tar.gz
3030
bin: ./scan2html
3131
- selector:
3232
os: linux
3333
arch: ppc64le
34-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.16/scan2html_0.3.16_linux-ppc64le.tar.gz
34+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.17/scan2html_0.3.17_linux-ppc64le.tar.gz
3535
bin: ./scan2html
3636
- selector:
3737
os: linux
3838
arch: 386
39-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.16/scan2html_0.3.16_linux-386.tar.gz
39+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.17/scan2html_0.3.17_linux-386.tar.gz
4040
bin: ./scan2html
4141

4242
- selector:
4343
os: darwin
4444
arch: amd64
45-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.16/scan2html_0.3.16_darwin-amd64.tar.gz
45+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.17/scan2html_0.3.17_darwin-amd64.tar.gz
4646
bin: ./scan2html
4747
- selector:
4848
os: darwin
4949
arch: arm64
50-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.16/scan2html_0.3.16_darwin-arm64.tar.gz
50+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.17/scan2html_0.3.17_darwin-arm64.tar.gz
5151
bin: ./scan2html
5252

5353
- selector:
5454
os: freebsd
5555
arch: 386
56-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.16/scan2html_0.3.16_freebsd-386.tar.gz
56+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.17/scan2html_0.3.17_freebsd-386.tar.gz
5757
bin: ./scan2html
5858
- selector:
5959
os: freebsd
6060
arch: amd64
61-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.16/scan2html_0.3.16_freebsd-amd64.tar.gz
61+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.17/scan2html_0.3.17_freebsd-amd64.tar.gz
6262
bin: ./scan2html
6363

6464
- selector:
6565
os: windows
6666
arch: amd64
67-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.16/scan2html_0.3.16_windows-amd64.zip
67+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.17/scan2html_0.3.17_windows-amd64.zip
6868
bin: ./scan2html

0 commit comments

Comments
 (0)