Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.37 KB

ApiArtifact.md

File metadata and controls

13 lines (9 loc) · 1.37 KB

ApiArtifact

Properties

Name Type Description Notes
Name string 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 to `docker push`. This field is deprecated in favor of the plural `names` field; 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. [optional] [default to null]
Checksum string Hash or checksum value of a binary, or Docker Registry 2.0 digest of a container. [optional] [default to null]
Id string [optional] [default to null]
Names []string 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 to `docker push`. Note that a single Artifact ID can have multiple names, for example if two tags are applied to one image. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]