feat: add exported constants

This commit is contained in:
mrjoelkamp
2024-04-22 12:47:14 -05:00
parent a3422b5331
commit 1813ab8a7a
3 changed files with 10 additions and 5 deletions

7
pkg/types/types.go Normal file
View File

@@ -0,0 +1,7 @@
package types
const (
DockerReferenceType = "vnd.docker.reference.type"
DockerReferenceDigest = "vnd.docker.reference.digest"
AttestationManifestType = "attestation-manifest"
)