Skip to content
Closed
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-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: trivy-operator
version: "0.29.0"
epoch: 5 # GHSA-j5w8-q4qc-rx2x
epoch: 6 # GHSA-4qg8-fj49-pxjh
description: "Kubernetes-native security toolkit that finds and reports vulnerabilities and misconfigurations"
copyright:
- license: Apache-2.0
Expand All @@ -20,6 +20,7 @@ pipeline:
github.com/containerd/containerd@v1.7.29
github.com/containerd/containerd/v2@v2.1.5
golang.org/x/crypto@v0.45.0
github.com/sigstore/timestamp-authority@v2.0.3

- uses: go/build
with:
Expand Down
Loading