File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ jobs:
255255
256256 # Install cosign for signing
257257 - name : Install Cosign
258- uses : sigstore/cosign-installer@v4.1.1
258+ uses : sigstore/cosign-installer@v4.1.2
259259
260260 # Install syft for SBOM generation
261261 - name : Install Syft
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/ibm-hyper-protect/contract-cli
33go 1.26.1
44
55require (
6- github.com/ibm-hyper-protect/contract-go/v2 v2.23 .0
6+ github.com/ibm-hyper-protect/contract-go/v2 v2.26 .0
77 github.com/spf13/cobra v1.10.2
88 github.com/spf13/pflag v1.0.10
99 github.com/stretchr/testify v1.11.1
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
55github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
66github.com/ibm-hyper-protect/contract-go/v2 v2.23.0 h1:pFzSzamtaD7Akf7rrM/yDQZmu1fS4/p7U7hFanbdRpY =
77github.com/ibm-hyper-protect/contract-go/v2 v2.23.0 /go.mod h1:tbxT+1Xpl4jyYhK2scBO/OTl7/iM2HOoAQxkjdbnY7A =
8+ github.com/ibm-hyper-protect/contract-go/v2 v2.26.0 h1:2f0xIZ+OLujVgX6f0Ic5Q+Q5AJWt6q/SHRlAJ6ZVcQ8 =
9+ github.com/ibm-hyper-protect/contract-go/v2 v2.26.0 /go.mod h1:tbxT+1Xpl4jyYhK2scBO/OTl7/iM2HOoAQxkjdbnY7A =
810github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
911github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
1012github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
Original file line number Diff line number Diff line change 11services :
22 hello-world :
3- image : docker.io/library/hello-world@sha256:f9078146db2e05e794366b1bfe584a14ea6317f44027d10ef7dad65279026885
3+ image : docker.io/library/hello-world@sha256:0e760fdfbc48ba8041e7c6db999bb40bfca508b4be580ac75d32c4e29d202ce1
You can’t perform that action at this time.
0 commit comments