Skip to content

Commit fd5f9d8

Browse files
authored
chore: bump plugin version (#7)
1 parent a6593be commit fd5f9d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plugin.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
name: "md"
22
repository: github.com/dramf/md
3-
version: "0.1.0"
3+
version: "0.1.1"
44
usage: scan targets into a markdown file
55
description: |-
66
A Trivy plugin that scans and outputs the results to a markdown file
77
platforms:
88
- selector:
99
os: linux
1010
arch: amd64
11-
uri: https://github.com/dramf/md/releases/download/v0.1.0/md_0.1.0_linux-amd64.tar.gz
11+
uri: https://github.com/dramf/md/releases/download/v0.1.1/md_0.1.1_linux-amd64.tar.gz
1212
bin: ./md
1313
- selector:
1414
os: linux
1515
arch: arm64
16-
uri: https://github.com/dramf/md/releases/download/v0.1.0/md_0.1.0_linux-arm64.tar.gz
16+
uri: https://github.com/dramf/md/releases/download/v0.1.1/md_0.1.1_linux-arm64.tar.gz
1717
bin: ./md
1818
- selector:
1919
os: darwin
2020
arch: amd64
21-
uri: https://github.com/dramf/md/releases/download/v0.1.0/md_0.1.0_darwin-amd64.tar.gz
21+
uri: https://github.com/dramf/md/releases/download/v0.1.1/md_0.1.1_darwin-amd64.tar.gz
2222
bin: ./md
2323
- selector:
2424
os: darwin
2525
arch: arm64
26-
uri: https://github.com/dramf/md/releases/download/v0.1.0/md_0.1.0_darwin-arm64.tar.gz
26+
uri: https://github.com/dramf/md/releases/download/v0.1.1/md_0.1.1_darwin-arm64.tar.gz
2727
bin: ./md

0 commit comments

Comments
 (0)