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 undock.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: undock
version: "0.11.0"
epoch: 1 # GHSA-f83f-xpx7-ffpw
epoch: 2 # GHSA-cgrx-mc8f-2prm
description: Extract contents of a container image in a local folder
copyright:
- license: MIT
Expand All @@ -28,6 +28,7 @@ pipeline:
with:
deps: |-
github.com/sigstore/fulcio@v1.8.3
github.com/opencontainers/selinux@v1.13.0

- uses: go/build
with:
Expand Down
Loading