Skip to content

Commit d78d46b

Browse files
trivy/0.63.0-r1: cve remediation (#57874)
trivy/0.63.0-r1: fix GHSA-fv92-fjc5-jj9h Advisory data: https://github.com/wolfi-dev/advisories/blob/main/trivy.advisories.yaml --- ### "Breadcrumbs" for this automated service - **Source Code:** https://go/cve-remedy-automation-source - **Logs:** https://go/cve-remedy-automation-logs - **Docs:** _(not provided yet)_ Co-authored-by: octo-sts[bot] <[email protected]>
1 parent 3d5d3e9 commit d78d46b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

trivy.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: trivy
33
version: "0.63.0"
4-
epoch: 1
4+
epoch: 2
55
description: Simple and comprehensive vulnerability scanner for containers
66
copyright:
77
- license: Apache-2.0
@@ -13,6 +13,11 @@ pipeline:
1313
repository: https://github.com/aquasecurity/trivy
1414
tag: v${{package.version}}
1515

16+
- uses: go/bump
17+
with:
18+
deps: |-
19+
github.com/go-viper/mapstructure/[email protected]
20+
1621
- uses: go/build
1722
with:
1823
packages: ./cmd/trivy

0 commit comments

Comments
 (0)