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
7 changes: 6 additions & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: zarf
version: "0.67.0"
epoch: 0 # GHSA-j5w8-q4qc-rx2x
epoch: 1 # GHSA-4qg8-fj49-pxjh
description: DevSecOps for Air Gap & Limited-Connection Systems.
copyright:
- license: Apache-2.0
Expand All @@ -22,6 +22,11 @@ pipeline:
repository: https://github.com/zarf-dev/zarf
tag: v${{package.version}}

- uses: go/bump
with:
deps: |-
github.com/sigstore/[email protected]

# We don't use go/bump here because go.mod now also contains an indirect
# dependency on a newer version of anchore/archiver: go/bump raises an error
# if we don't use that newer version for the replacement, but doing so causes
Expand Down
Loading