-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
50 lines (45 loc) · 2.08 KB
/
setup.cfg
File metadata and controls
50 lines (45 loc) · 2.08 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[setuptools_download]
download_scripts =
[trivy]
group = trivy-binary
marker = sys_platform == "linux" and platform_machine == "x86_64"
url = https://github.com/aquasecurity/trivy/releases/download/v0.70.0/trivy_0.70.0_Linux-64bit.tar.gz
sha256 = 8b4376d5d6befe5c24d503f10ff136d9e0c49f9127a4279fd110b727929a5aa9
extract = tar
extract_path = trivy
[trivy]
group = trivy-binary
marker = sys_platform == "linux" and platform_machine == "aarch64"
url = https://github.com/aquasecurity/trivy/releases/download/v0.70.0/trivy_0.70.0_Linux-ARM64.tar.gz
sha256 = 2f6bb988b553a1bbac6bdd1ce890f5e412439564e17522b88a4541b4f364fc8d
extract = tar
extract_path = trivy
[trivy]
group = trivy-binary
marker = sys_platform == "linux" and platform_machine == "armv7l"
url = https://github.com/aquasecurity/trivy/releases/download/v0.70.0/trivy_0.70.0_Linux-ARM.tar.gz
sha256 = 12537cc6bf3f45e28e0b6b8bea0382ec9fabb468e0c3372e376474d5002c2ffe
extract = tar
extract_path = trivy
[trivy]
group = trivy-binary
marker = sys_platform == "darwin" and platform_machine == "arm64"
url = https://github.com/aquasecurity/trivy/releases/download/v0.70.0/trivy_0.70.0_macOS-ARM64.tar.gz
sha256 = 68e543c51dcc96e1c344053a4fde9660cf602c25565d9f09dc17dd41e13b838a
extract = tar
extract_path = trivy
[trivy]
group = trivy-binary
marker = sys_platform == "darwin" and platform_machine == "x86_64"
url = https://github.com/aquasecurity/trivy/releases/download/v0.70.0/trivy_0.70.0_macOS-64bit.tar.gz
sha256 = 52d531452b19e7593da29366007d02a810e1e0080d02f9cf6a1afb46c35aaa93
extract = tar
extract_path = trivy
[trivy.exe]
group = trivy-binary
marker = sys_platform == "win32" and platform_machine == "AMD64"
marker = sys_platform == "cygwin" and platform_machine == "x86_64"
url = https://github.com/aquasecurity/trivy/releases/download/v0.70.0/trivy_0.70.0_windows-64bit.zip
sha256 = eea5442eab86f9e26cd718d7618d43899e72a83767619e8bee47911bddbfb825
extract = zip
extract_path = trivy.exe