feat: add exported constants
This commit is contained in:
7
pkg/types/types.go
Normal file
7
pkg/types/types.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package types
|
||||
|
||||
const (
|
||||
DockerReferenceType = "vnd.docker.reference.type"
|
||||
DockerReferenceDigest = "vnd.docker.reference.digest"
|
||||
AttestationManifestType = "attestation-manifest"
|
||||
)
|
||||
Reference in New Issue
Block a user