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.2.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 = [email protected]
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.2/trivy_0.69.2_Linux-64bit.tar.gz
sha256 = affa59a1e37d86e4b8ab2cd02f0ab2e63d22f1bf9cf6a7aa326c884e25e26ce3
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.2/trivy_0.69.2_Linux-ARM64.tar.gz
sha256 = c73b97699c317b0d25532b3f188564b4e29d13d5472ce6f8eb078082546a6481
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.2/trivy_0.69.2_Linux-ARM.tar.gz
sha256 = 4f36230491a5724dd13b9e5891728f384e508c34df53c4514acf1877b7bcd281
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.2/trivy_0.69.2_macOS-ARM64.tar.gz
sha256 = 320c0e6af90b5733b9326da0834240e944c6f44091e50019abdf584237ff4d0c
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.2/trivy_0.69.2_macOS-64bit.tar.gz
sha256 = 41f6eac3ebe3a00448a16f08038b55ce769fe2d5128cb0d64bdf282cdad4831a
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.2/trivy_0.69.2_windows-64bit.zip
sha256 = d772fa7c3c1bc52d2914ff78107596fbd20010b5f18bec6f39d63ee3bb31ad45
extract = zip
extract_path = trivy.exe