Class ArtifactIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.ArtifactIncubatingAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The provenance filename of the built attestation which directly relates to the build artifact filename.static final io.opentelemetry.api.common.AttributeKey<String>The full hash value (see glossary), of the built attestation.static final io.opentelemetry.api.common.AttributeKey<String>The id of the build software attestation.static final io.opentelemetry.api.common.AttributeKey<String>The human readable file name of the artifact, typically generated during build and release processes.static final io.opentelemetry.api.common.AttributeKey<String>The full hash value (see glossary), often found in checksum.txt on a release of the artifact and used to verify package integrity.static final io.opentelemetry.api.common.AttributeKey<String>The Package URL of the package artifact provides a standard way to identify and locate the packaged artifact.static final io.opentelemetry.api.common.AttributeKey<String>The version of the artifact. -
Method Summary
-
Field Details
-
ARTIFACT_ATTESTATION_FILENAME
The provenance filename of the built attestation which directly relates to the build artifact filename. This filename SHOULD accompany the artifact at publish time. See the SLSA Relationship specification for more information. -
ARTIFACT_ATTESTATION_HASH
The full hash value (see glossary), of the built attestation. Some envelopes in the software attestation space also refer to this as the digest. -
ARTIFACT_ATTESTATION_ID
The id of the build software attestation. -
ARTIFACT_FILENAME
The human readable file name of the artifact, typically generated during build and release processes. Often includes the package name and version in the file name.Notes:
This file name can also act as the Package Name in cases where the package ecosystem maps accordingly. Additionally, the artifact can be published for others, but that is not a guarantee.
-
ARTIFACT_HASH
The full hash value (see glossary), often found in checksum.txt on a release of the artifact and used to verify package integrity.Notes:
The specific algorithm used to create the cryptographic hash value is not defined. In situations where an artifact has multiple cryptographic hashes, it is up to the implementer to choose which hash value to set here; this should be the most secure hash algorithm that is suitable for the situation and consistent with the corresponding attestation. The implementer can then provide the other hash values through an additional set of attribute extensions as they deem necessary.
-
ARTIFACT_PURL
The Package URL of the package artifact provides a standard way to identify and locate the packaged artifact. -
ARTIFACT_VERSION
The version of the artifact.
-