generated from aquasecurity/trivy-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.yaml
29 lines (29 loc) · 989 Bytes
/
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
name: "count"
version: "0.2.0"
repository: github.com/aquasecurity/trivy-plugin-count
maintainer: aquasecurity
summary: Count vulnerabilities
description: |-
An example output plugin
output: true
platforms:
- selector:
os: darwin
arch: amd64
uri: https://github.com/aquasecurity/trivy-plugin-count/releases/download/v0.2.0/trivy_plugin_count_0.2.0_darwin-amd64.tar.gz
bin: ./count
- selector:
os: darwin
arch: arm64
uri: https://github.com/aquasecurity/trivy-plugin-count/releases/download/v0.2.0/trivy_plugin_count_0.2.0_darwin-arm64.tar.gz
bin: ./count
- selector:
os: linux
arch: amd64
uri: https://github.com/aquasecurity/trivy-plugin-count/releases/download/v0.2.0/trivy_plugin_count_0.2.0_linux-amd64.tar.gz
bin: ./count
- selector:
os: linux
arch: arm64
uri: https://github.com/aquasecurity/trivy-plugin-count/releases/download/v0.2.0/trivy_plugin_count_0.2.0_linux-arm64.tar.gz
bin: ./count