-
Notifications
You must be signed in to change notification settings - Fork 4
/
plugin.yaml
67 lines (63 loc) · 2.13 KB
/
plugin.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: "scan2html"
repository: github.com/afdesk/scan2html
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.
trivy scan2html [-h,--help] command target filename
platforms:
- selector:
os: linux
arch: amd64
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.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.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.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.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.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.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.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.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.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.2.0/scan2html_0.2.0_windows-amd64.zip
bin: ./scan2html