-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
27 lines (27 loc) · 810 Bytes
/
Copy pathplugin.yaml
File metadata and controls
27 lines (27 loc) · 810 Bytes
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
name: "md"
repository: github.com/dramf/md
version: "0.1.1"
usage: scan targets into a markdown file
description: |-
A Trivy plugin that scans and outputs the results to a markdown file
platforms:
- selector:
os: linux
arch: amd64
uri: https://github.com/dramf/md/releases/download/v0.1.1/md_0.1.1_linux-amd64.tar.gz
bin: ./md
- selector:
os: linux
arch: arm64
uri: https://github.com/dramf/md/releases/download/v0.1.1/md_0.1.1_linux-arm64.tar.gz
bin: ./md
- selector:
os: darwin
arch: amd64
uri: https://github.com/dramf/md/releases/download/v0.1.1/md_0.1.1_darwin-amd64.tar.gz
bin: ./md
- selector:
os: darwin
arch: arm64
uri: https://github.com/dramf/md/releases/download/v0.1.1/md_0.1.1_darwin-arm64.tar.gz
bin: ./md