forked from aquasecurity/trivy-plugin-webhook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yaml
33 lines (33 loc) · 1.17 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
name: "webhook"
repository: github.com/aetion/trivy-plugin-webhook
version: "0.4.2"
usage: trivy webhook -- <plugin args> -- <trivy args>
description: |-
A Trivy plugin that sends the trivy results to a webhook endpoint.
Usage: trivy webhook -- <plugin args> -- <trivy args>
platforms:
- selector:
os: linux
arch: amd64
uri: https://github.com/aetion/trivy-plugin-webhook/releases/download/v0.4.2/trivy-webhook_0.4.2_Linux_64bit.tar.gz
bin: ./trivy-webhook
- selector:
os: linux
arch: arm
uri: https://github.com/aetion/trivy-plugin-webhook/releases/download/v0.4.2/trivy-webhook_0.4.2_Linux_ARM.tar.gz
bin: ./trivy-webhook
- selector:
os: linux
arch: arm64
uri: https://github.com/aetion/trivy-plugin-webhook/releases/download/v0.4.2/trivy-webhook_0.4.2_Linux_ARM64.tar.gz
bin: ./trivy-webhook
- selector:
os: darwin
arch: amd64
uri: https://github.com/aetion/trivy-plugin-webhook/releases/download/v0.4.2/trivy-webhook_0.4.2_macOS_64bit.tar.gz
bin: ./trivy-webhook
- selector:
os: darwin
arch: arm64
uri: https://github.com/aetion/trivy-plugin-webhook/releases/download/v0.4.2/trivy-webhook_0.4.2_macOS_ARM64.tar.gz
bin: ./trivy-webhook