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 skopeo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: skopeo
version: "1.21.0"
epoch: 1 # GHSA-f83f-xpx7-ffpw
epoch: 2 # GHSA-cgrx-mc8f-2prm
description: Work with remote images registries - retrieving information, images, signing content
copyright:
- license: Apache-2.0
Expand All @@ -22,6 +22,7 @@ pipeline:
deps: |-
golang.org/x/[email protected]
github.com/sigstore/[email protected]
github.com/opencontainers/[email protected]

- uses: go/build
with:
Expand Down
Loading