Documentation ¶
Overview ¶
Package verifier provides a client for verifying various types of artifacts against various provenance mechanisms
Index ¶
Constants ¶
View Source
const (
// ArtifactSignatureSuffix is the suffix for the signature tag
ArtifactSignatureSuffix = ".sig"
)
Variables ¶
This section is empty.
Functions ¶
func GetSignatureTag ¶
GetSignatureTag returns the signature tag for a given image, if exists, otherwise empty string
func NewVerifier ¶
func NewVerifier(verifier Type, verifierURL string, containerAuth ...container.AuthMethod) (verifyif.ArtifactVerifier, error)
NewVerifier creates a new Verifier object
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Package sigstore provides a client for verifying artifacts using sigstore
|
Package sigstore provides a client for verifying artifacts using sigstore |
container
Package container provides the tools to verify a container artifact using sigstore
|
Package container provides the tools to verify a container artifact using sigstore |
Package verifyif provides the interface for artifact verifiers, including the Result type
|
Package verifyif provides the interface for artifact verifiers, including the Result type |
mock
Package mock_verifyif is a generated GoMock package.
|
Package mock_verifyif is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.