forked from GaukeT/pre-commit-mirrors-trivy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
72 lines (65 loc) · 2.73 KB
/
setup.cfg
File metadata and controls
72 lines (65 loc) · 2.73 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[metadata]
name = trivy-py-ecc
version = 0.70.0.1
description = Python wrapper around invoking trivy (https://trivy.dev/)
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/eccenca/pre-commit-mirrors-trivy
author = eccenca GmbH
author_email = cmempy-developer@eccenca.com
license = MIT
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
[options]
python_requires = >=3.9
setup_requires =
setuptools-download
[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