Data Source: oci_vulnerability_scanning_container_scan_target

This data source provides details about a specific Container Scan Target resource in Oracle Cloud Infrastructure Vulnerability Scanning service.

Gets a ContainerScanTarget identified by the target ID. 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_target" "test_container_scan_target" {
	#Required
	container_scan_target_id = oci_vulnerability_scanning_container_scan_target.test_container_scan_target.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: