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 witness.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: witness
version: "0.10.1"
epoch: 3 # GHSA-f83f-xpx7-ffpw
epoch: 4
description: Witness is a pluggable framework for software supply chain risk management. It automates, normalizes, and verifies software artifact provenance.
copyright:
- license: Apache-2.0
Expand All @@ -21,6 +21,7 @@ pipeline:
with:
deps: |-
golang.org/x/[email protected]
github.com/sigstore/[email protected]
github.com/sigstore/[email protected]

- uses: go/build
Expand Down
Loading