Image

class Image

Contains details about a container image involved in a finding.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The architecture of the container image.

Link copied to clipboard

The author of the container image.

Link copied to clipboard

The image digest of the container image.

Link copied to clipboard

The image tags attached to the container image.

Link copied to clipboard

The number of times the container image is in use.

Link copied to clipboard

The last time the container image was in use.

Link copied to clipboard

The platform of the container image.

Link copied to clipboard

The date and time the container image was pushed.

Link copied to clipboard

The registry for the container image.

Link copied to clipboard

The name of the repository the container image resides in.

Functions

Link copied to clipboard
inline fun copy(block: Image.Builder.() -> Unit = {}): Image
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String