Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion trivy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: trivy
version: "0.64.1"
epoch: 2
epoch: 3 # GHSA-x4rx-4gw3-53p4
description: Simple and comprehensive vulnerability scanner for containers
copyright:
- license: Apache-2.0
Expand All @@ -17,6 +17,7 @@ pipeline:
with:
deps: |-
helm.sh/helm/[email protected]
github.com/docker/[email protected]+incompatible

- uses: go/build
with:
Expand Down
Loading