Data Source: oci_vulnerability_scanning_container_scan_targets

This data source provides the list of Container Scan Targets in Oracle Cloud Infrastructure Vulnerability Scanning service.

Retrieves a list of ContainerScanTargetSummary objects in a compartment. A container scan target specifies a group of one or more Docker image repositories in Oracle Cloud Infrastructure Registry (OCIR) that you want routinely scanned for security vulnerabilities.

Example Usage

data "oci_vulnerability_scanning_container_scan_targets" "test_container_scan_targets" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.container_scan_target_display_name
	state = var.container_scan_target_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

ContainerScanTarget Reference

The following attributes are exported: