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.69.3.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.69.3/trivy_0.69.3_Linux-64bit.tar.gz
sha256 = 1816b632dfe529869c740c0913e36bd1629cb7688bd5634f4a858c1d57c88b75
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.69.3/trivy_0.69.3_Linux-ARM64.tar.gz
sha256 = 7e3924a974e912e57b4a99f65ece7931f8079584dae12eb7845024f97087bdfd
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.69.3/trivy_0.69.3_Linux-ARM.tar.gz
sha256 = d76d7c30829af5349aa2461f6703c56b3e392f7de691a231850c9a4e57827c2b
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.69.3/trivy_0.69.3_macOS-ARM64.tar.gz
sha256 = a2f2179afd4f8bb265ca3c7aefb56a666bc4a9a411663bc0f22c3549fbc643a5
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.69.3/trivy_0.69.3_macOS-64bit.tar.gz
sha256 = fec4a9f7569b624dd9d044fca019e5da69e032700edbb1d7318972c448ec2f4e
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.69.3/trivy_0.69.3_windows-64bit.zip
sha256 = 74362dc711383255308230ecbeb587eb1e4e83a8d332be5b0259afac6e0c2224
extract = zip
extract_path = trivy.exe