We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ea31d commit cd4d0d1Copy full SHA for cd4d0d1
.github/workflows/ci_main.yml
@@ -160,7 +160,7 @@ jobs:
160
echo -e "$SUMMARY_CONTENT" >> $GITHUB_STEP_SUMMARY
161
162
- name: Run Trivy vulnerability scanner
163
- uses: aquasecurity/trivy-action@0.29.0
+ uses: aquasecurity/trivy-action@0.34.2
164
with:
165
image-ref: 'consensys/web3signer:test'
166
format: 'sarif'
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Upcoming Release
+## 26.3.0
4
### Security
5
- Updated base Docker image packages to address CVE-2025-68973 (HIGH severity) in gpgv package
6
- Docker images now apply all available security updates during build
0 commit comments