Skip to content

Commit f88e651

Browse files
msaipraneethGaukeT
authored andcommitted
Update Trivy to version 0.67.2
Updated package version to 0.67.2.1 and refreshed all platform-specific download URLs and SHA256 checksums for Linux, macOS, and Windows builds.
1 parent ed645de commit f88e651

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ See [pre-commit] for instructions
2525
Sample `.pre-commit-config.yaml`:
2626
```yaml
2727
- repo: https://github.com/GaukeT/pre-commit-mirrors-trivy
28-
rev: v0.66.0
28+
rev: v0.67.2
2929
hooks:
3030
- id: trivy-fs
3131
args:

setup.cfg

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = trivy_py
3-
version = 0.66.0.1
3+
version = 0.67.2.1
44
description = Python wrapper around invoking trivy (https://trivy.dev/)
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -25,48 +25,48 @@ download_scripts =
2525
[trivy]
2626
group = trivy-binary
2727
marker = sys_platform == "linux" and platform_machine == "x86_64"
28-
url = https://github.com/aquasecurity/trivy/releases/download/v0.66.0/trivy_0.66.0_Linux-64bit.tar.gz
29-
sha256 = 93678741c3223c15120934ac00671ca7e797c9a5a4d89148db9ffca9184a5f0d
28+
url = https://github.com/aquasecurity/trivy/releases/download/v0.67.2/trivy_0.67.2_Linux-64bit.tar.gz
29+
sha256 = 546511a5514afc813c0b72e4abeea2c16a32228a13a1e5114d927c190e76b1f9
3030
extract = tar
3131
extract_path = trivy
3232

3333
[trivy]
3434
group = trivy-binary
3535
marker = sys_platform == "linux" and platform_machine == "aarch64"
36-
url = https://github.com/aquasecurity/trivy/releases/download/v0.66.0/trivy_0.66.0_Linux-ARM64.tar.gz
37-
sha256 = a51268845bdeb68f5f885f7de6c92fe33b64d630392e546eec0e16f79cfd42e8
36+
url = https://github.com/aquasecurity/trivy/releases/download/v0.67.2/trivy_0.67.2_Linux-ARM64.tar.gz
37+
sha256 = e4f28390b06cdaaed94f8c49cce2c4c847938b5188aefdeb82453f2e933e57cb
3838
extract = tar
3939
extract_path = trivy
4040

4141
[trivy]
4242
group = trivy-binary
4343
marker = sys_platform == "linux" and platform_machine == "armv7l"
44-
url = https://github.com/aquasecurity/trivy/releases/download/v0.66.0/trivy_0.66.0_Linux-ARM.tar.gz
45-
sha256 = a466028f2b7d689ac5445a78626e55a370b521e150ad12889c14fefc8b276f23
44+
url = https://github.com/aquasecurity/trivy/releases/download/v0.67.2/trivy_0.67.2_Linux-ARM.tar.gz
45+
sha256 = d341fe2ea7044a5e5fe099f9f6b278f56d6b479718a73268788f828ce49c09cb
4646
extract = tar
4747
extract_path = trivy
4848

4949
[trivy]
5050
group = trivy-binary
5151
marker = sys_platform == "darwin" and platform_machine == "arm64"
52-
url = https://github.com/aquasecurity/trivy/releases/download/v0.66.0/trivy_0.66.0_macOS-ARM64.tar.gz
53-
sha256 = 964bb69fc0e652891b38514fed4ee31de004a58ac22ea2a23c6891728bb6b6eb
52+
url = https://github.com/aquasecurity/trivy/releases/download/v0.67.2/trivy_0.67.2_macOS-ARM64.tar.gz
53+
sha256 = 6b3163667f29fc608a2ed647c1bd42023af5779349286148190a168c5b3f28f1
5454
extract = tar
5555
extract_path = trivy
5656

5757
[trivy]
5858
group = trivy-binary
5959
marker = sys_platform == "darwin" and platform_machine == "x86_64"
60-
url = https://github.com/aquasecurity/trivy/releases/download/v0.66.0/trivy_0.66.0_macOS-64bit.tar.gz
61-
sha256 = 284a3d3346429837f3da11aa6c25bf196e4fe5431733d4f6f99eac8578b329ed
60+
url = https://github.com/aquasecurity/trivy/releases/download/v0.67.2/trivy_0.67.2_macOS-64bit.tar.gz
61+
sha256 = 4a5b936a8d89b508ecdc6edd65933b6fe3e9a368796cbdf917fd0df393f26542
6262
extract = tar
6363
extract_path = trivy
6464

6565
[trivy.exe]
6666
group = trivy-binary
6767
marker = sys_platform == "win32" and platform_machine == "AMD64"
6868
marker = sys_platform == "cygwin" and platform_machine == "x86_64"
69-
url = https://github.com/aquasecurity/trivy/releases/download/v0.66.0/trivy_0.66.0_windows-64bit.zip
70-
sha256 = 402d083f7b6b75005bef6dcc75613c41fc09c0ba735bbdbbcce418d7b3250ad6
69+
url = https://github.com/aquasecurity/trivy/releases/download/v0.67.2/trivy_0.67.2_windows-64bit.zip
70+
sha256 = ad6a7a706902ec3248d8905a32d0c15630958ab3040b8ea0373a6f5a2da30a94
7171
extract = zip
7272
extract_path = trivy.exe

0 commit comments

Comments
 (0)