unscannedArtifact

Unscanned artifact information.

Examples

type UnscannedArtifact {
  id: String
  artifactId: String
  registryType: String
  registryName: String
  registryLink: String
  imageName: String
  imageTags: [String]
  imageCreationDate: String
  imageDigest: String
  reason: String
  error: String
  scanId: String
  cloudData: [CloudArtifactData]
}

Fields

Field
Description
Supported fields

id String

Unique identifier of the unscanned artifact

artifactId String

Unique identifier of the artifact

registryType String

Type of the registry

registryName String

Name of the registry

registryLink String

Link to the registry

imageName String

Name of the image

imageTags [String]

Tags of the image

imageCreationDate String

Creation date of the image

imageDigest String

Digest of the image

reason String

Reason for the unscanned artifact

error String

Error message for the unscanned artifact

scanId String

Scan identifier

Cloud data for the unscanned artifact

cloudIdentifier String link String lastExecutionTime Float lastModifiedTime Float account String zone String cluster String cloudDescription CloudDescription

References

Queries using this object:

Fields with this object:

Last updated