-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathplugin.yaml
68 lines (65 loc) · 2.47 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
68
name: "scan2html"
version: "0.3.15"
maintainer: fatihtokus
repository: github.com/fatihtokus/scan2html
summary: A Trivy plugin that scans and outputs the results to a single page app.
usage: A Trivy plugin that scans and outputs the results to a single page app.
description: |-
A Trivy plugin that scans and outputs the results (vulnerabilities, misconfigurations, secrets, licenses, SBOM in containers, Kubernetes, code repositories, clouds and more) to a single page app.
trivy scan2html [-h,--help] command target filename
platforms:
- selector:
os: linux
arch: amd64
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.15/scan2html_0.3.15_linux-amd64.tar.gz
bin: ./scan2html
- selector:
os: linux
arch: arm
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.15/scan2html_0.3.15_linux-arm.tar.gz
bin: ./scan2html
- selector:
os: linux
arch: arm64
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.15/scan2html_0.3.15_linux-arm64.tar.gz
bin: ./scan2html
- selector:
os: linux
arch: s390x
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.15/scan2html_0.3.15_linux-s390x.tar.gz
bin: ./scan2html
- selector:
os: linux
arch: ppc64le
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.15/scan2html_0.3.15_linux-ppc64le.tar.gz
bin: ./scan2html
- selector:
os: linux
arch: 386
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.15/scan2html_0.3.15_linux-386.tar.gz
bin: ./scan2html
- selector:
os: darwin
arch: amd64
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.15/scan2html_0.3.15_darwin-amd64.tar.gz
bin: ./scan2html
- selector:
os: darwin
arch: arm64
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.15/scan2html_0.3.15_darwin-arm64.tar.gz
bin: ./scan2html
- selector:
os: freebsd
arch: 386
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.15/scan2html_0.3.15_freebsd-386.tar.gz
bin: ./scan2html
- selector:
os: freebsd
arch: amd64
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.15/scan2html_0.3.15_freebsd-amd64.tar.gz
bin: ./scan2html
- selector:
os: windows
arch: amd64
uri: https://github.com/fatihtokus/scan2html/releases/download/v0.3.15/scan2html_0.3.15_windows-amd64.zip
bin: ./scan2html