mirror of
https://github.com/containers/podman.git
synced 2025-10-19 20:23:08 +08:00
vendor: bump c/image to 373c52a9466f
[NO NEW TESTS NEEDED] Signed-off-by: Aditya R <arajan@redhat.com>
This commit is contained in:
2
vendor/github.com/sigstore/sigstore/pkg/cryptoutils/privatekey.go
generated
vendored
2
vendor/github.com/sigstore/sigstore/pkg/cryptoutils/privatekey.go
generated
vendored
@ -26,7 +26,7 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
"github.com/theupdateframework/go-tuf/encrypted"
|
||||
"github.com/secure-systems-lab/go-securesystemslib/encrypted"
|
||||
)
|
||||
|
||||
const (
|
||||
|
2
vendor/github.com/sigstore/sigstore/pkg/signature/payload/payload.go
generated
vendored
2
vendor/github.com/sigstore/sigstore/pkg/signature/payload/payload.go
generated
vendored
@ -27,7 +27,7 @@ import (
|
||||
const CosignSignatureType = "cosign container image signature"
|
||||
|
||||
// SimpleContainerImage describes the structure of a basic container image signature payload, as defined at:
|
||||
// https://github.com/containers/image/blob/master/docs/containers-signature.5.md#json-data-format
|
||||
// https://github.com/containers/image/blob/main/docs/containers-signature.5.md#json-data-format
|
||||
type SimpleContainerImage struct {
|
||||
Critical Critical `json:"critical"` // Critical data critical to correctly evaluating the validity of the signature
|
||||
Optional map[string]interface{} `json:"optional"` // Optional optional metadata about the image
|
||||
|
Reference in New Issue
Block a user