Skip to content

Commit c8722d7

Browse files
committed
new version
1 parent d4d34e8 commit c8722d7

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

release-candidate/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.25-rc.2"
2+
version: "0.3.26-rc.1"
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.
@@ -12,58 +12,58 @@ platforms:
1212
- selector:
1313
os: linux
1414
arch: amd64
15-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.25-rc.2/scan2html_0.3.25-rc.2_linux-amd64.tar.gz
15+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26-rc.1/scan2html_0.3.26-rc.1_linux-amd64.tar.gz
1616
bin: ./scan2html
1717
- selector:
1818
os: linux
1919
arch: arm
20-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.25-rc.2/scan2html_0.3.25-rc.2_linux-arm.tar.gz
20+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26-rc.1/scan2html_0.3.26-rc.1_linux-arm.tar.gz
2121
bin: ./scan2html
2222
- selector:
2323
os: linux
2424
arch: arm64
25-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.25-rc.2/scan2html_0.3.25-rc.2_linux-arm64.tar.gz
25+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26-rc.1/scan2html_0.3.26-rc.1_linux-arm64.tar.gz
2626
bin: ./scan2html
2727
- selector:
2828
os: linux
2929
arch: s390x
30-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.25-rc.2/scan2html_0.3.25-rc.2_linux-s390x.tar.gz
30+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26-rc.1/scan2html_0.3.26-rc.1_linux-s390x.tar.gz
3131
bin: ./scan2html
3232
- selector:
3333
os: linux
3434
arch: ppc64le
35-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.25-rc.2/scan2html_0.3.25-rc.2_linux-ppc64le.tar.gz
35+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26-rc.1/scan2html_0.3.26-rc.1_linux-ppc64le.tar.gz
3636
bin: ./scan2html
3737
- selector:
3838
os: linux
3939
arch: 386
40-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.25-rc.2/scan2html_0.3.25-rc.2_linux-386.tar.gz
40+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26-rc.1/scan2html_0.3.26-rc.1_linux-386.tar.gz
4141
bin: ./scan2html
4242

4343
- selector:
4444
os: darwin
4545
arch: amd64
46-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.25-rc.2/scan2html_0.3.25-rc.2_darwin-amd64.tar.gz
46+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26-rc.1/scan2html_0.3.26-rc.1_darwin-amd64.tar.gz
4747
bin: ./scan2html
4848
- selector:
4949
os: darwin
5050
arch: arm64
51-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.25-rc.2/scan2html_0.3.25-rc.2_darwin-arm64.tar.gz
51+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26-rc.1/scan2html_0.3.26-rc.1_darwin-arm64.tar.gz
5252
bin: ./scan2html
5353

5454
- selector:
5555
os: freebsd
5656
arch: 386
57-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.25-rc.2/scan2html_0.3.25-rc.2_freebsd-386.tar.gz
57+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26-rc.1/scan2html_0.3.26-rc.1_freebsd-386.tar.gz
5858
bin: ./scan2html
5959
- selector:
6060
os: freebsd
6161
arch: amd64
62-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.25-rc.2/scan2html_0.3.25-rc.2_freebsd-amd64.tar.gz
62+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26-rc.1/scan2html_0.3.26-rc.1_freebsd-amd64.tar.gz
6363
bin: ./scan2html
6464

6565
- selector:
6666
os: windows
6767
arch: amd64
68-
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.25-rc.2/scan2html_0.3.25-rc.2_windows-amd64.zip
68+
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.26-rc.1/scan2html_0.3.26-rc.1_windows-amd64.zip
6969
bin: ./scan2html

0 commit comments

Comments
 (0)