-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathtool.yaml
More file actions
25 lines (25 loc) · 762 Bytes
/
tool.yaml
File metadata and controls
25 lines (25 loc) · 762 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
version: 0.1
downloads:
- name: trivy
downloads:
- url: https://github.com/aquasecurity/trivy/releases/download/v${version}/trivy_${version}_Linux-${cpu}.tar.gz
os: linux
cpu:
x86_64: 64bit
arm_64: ARM64
- url: https://github.com/aquasecurity/trivy/releases/download/v${version}/trivy_${version}_macOS-${cpu}.tar.gz
os: macos
cpu:
x86_64: 64bit
arm_64: ARM64
- url: https://github.com/aquasecurity/trivy/releases/download/v${version}/trivy_${version}_windows-${cpu}.zip
os: windows
cpu:
x86_64: 64bit
arm_64: ARM64
tools:
definitions:
- name: trivy
download: trivy
shims: [trivy]
known_good_version: 0.44.1