Skip to content

Commit cd4d0d1

Browse files
authored
update trivy version (#1157)
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
1 parent d8ea31d commit cd4d0d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
echo -e "$SUMMARY_CONTENT" >> $GITHUB_STEP_SUMMARY
161161
162162
- name: Run Trivy vulnerability scanner
163-
uses: aquasecurity/trivy-action@0.29.0
163+
uses: aquasecurity/trivy-action@0.34.2
164164
with:
165165
image-ref: 'consensys/web3signer:test'
166166
format: 'sarif'

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Upcoming Release
3+
## 26.3.0
44
### Security
55
- Updated base Docker image packages to address CVE-2025-68973 (HIGH severity) in gpgv package
66
- Docker images now apply all available security updates during build

0 commit comments

Comments
 (0)