use const_oid::ObjectIdentifier;
pub(crate) const SIGSTORE_ISSUER_OID: ObjectIdentifier =
ObjectIdentifier::new_unwrap("1.3.6.1.4.1.57264.1.1");
pub(crate) const SIGSTORE_GITHUB_WORKFLOW_TRIGGER_OID: ObjectIdentifier =
ObjectIdentifier::new_unwrap("1.3.6.1.4.1.57264.1.2");
pub(crate) const SIGSTORE_GITHUB_WORKFLOW_SHA_OID: ObjectIdentifier =
ObjectIdentifier::new_unwrap("1.3.6.1.4.1.57264.1.3");
pub(crate) const SIGSTORE_GITHUB_WORKFLOW_NAME_OID: ObjectIdentifier =
ObjectIdentifier::new_unwrap("1.3.6.1.4.1.57264.1.4");
pub(crate) const SIGSTORE_GITHUB_WORKFLOW_REPOSITORY_OID: ObjectIdentifier =
ObjectIdentifier::new_unwrap("1.3.6.1.4.1.57264.1.5");
pub(crate) const SIGSTORE_GITHUB_WORKFLOW_REF_OID: ObjectIdentifier =
ObjectIdentifier::new_unwrap("1.3.6.1.4.1.57264.1.6");
pub(crate) const ED25519: ObjectIdentifier = ObjectIdentifier::new_unwrap("1.3.101.112");
pub(crate) const SIGSTORE_OCI_MEDIA_TYPE: &str = "application/vnd.dev.cosign.simplesigning.v1+json";
pub(crate) const SIGSTORE_SIGNATURE_ANNOTATION: &str = "dev.cosignproject.cosign/signature";
pub(crate) const SIGSTORE_BUNDLE_ANNOTATION: &str = "dev.sigstore.cosign/bundle";
pub(crate) const SIGSTORE_CERT_ANNOTATION: &str = "dev.sigstore.cosign/certificate";
pub(crate) const SIGSTORE_BUNDLE_V03_MEDIA_TYPE: &str =
"application/vnd.dev.sigstore.bundle.v0.3+json";
pub(crate) const DSSE_PAYLOAD_TYPE_IN_TOTO_JSON: &str = "application/vnd.in-toto+json";