GoogleApi.ContainerAnalysis.V1alpha1.Model.Artifact (google_api_container_analysis v0.34.0)
View SourceArtifact describes a build product.
Attributes
-
checksum(type:String.t, default:nil) - Hash or checksum value of a binary, or Docker Registry 2.0 digest of a container. -
id(type:String.t, default:nil) - Artifact ID, if any; for container images, this will be a URL by digest like gcr.io/projectID/imagename@sha256:123456 -
name(type:String.t, default:nil) - Name of the artifact. This may be the path to a binary or jar file, or in the case of a container build, the name used to push the container image to Google Container Registry, as presented todocker push. This field is deprecated in favor of the pluralnamesfield; it continues to exist here to allow existing BuildProvenance serialized to json in google.devtools.containeranalysis.v1alpha1.BuildDetails.provenance_bytes to deserialize back into proto. -
names(type:list(String.t), default:nil) - Related artifact names. This may be the path to a binary or jar file, or in the case of a container build, the name used to push the container image to Google Container Registry, as presented todocker push. Note that a single Artifact ID can have multiple names, for example if two tags are applied to one image.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.