ORACLE CLOUD

Vulnerability Scanning actions

19 actions you can wire into a flow, alongside everything else in the Oracle Cloud integration.

Every Vulnerability Scanning action

  • OCI Vulnerability Scanning: Change Host Scan Recipe CompartmentMove a host scan recipe into a different compartment: the recipe keeps its OCID, only its compartment placement changes.
  • OCI Vulnerability Scanning: Change Host Scan Target CompartmentMove a host scan target into a different compartment: the target keeps its OCID, only its compartment placement changes.
  • OCI Vulnerability Scanning: Create Container Scan RecipeCreate a container scan recipe that defines how container images are scanned. Returns the recipe in a CREATING state plus a work-request id: poll Get Container Scan Recipe until ACTIVE.
  • OCI Vulnerability Scanning: Create Container Scan TargetCreate a container scan target that applies a container scan recipe to an OCI Registry (OCIR) compartment. Optionally scope it to specific repositories, otherwise every repo in the compartment is scanned. Returns a work-request id: poll Get Container Scan Target until ACTIVE.
  • OCI Vulnerability Scanning: Create Host Scan RecipeCreate a host scan recipe describing how to scan hosts: the port scan level, the agent scan level and the recurrence schedule. Returns a work-request id: poll until the recipe is ACTIVE.
  • OCI Vulnerability Scanning: Create Host Scan TargetCreate a host scan target that applies a host scan recipe to a target compartment. Returns the target in a CREATING state plus a work-request id: poll Get Host Scan Target until ACTIVE.
  • OCI Vulnerability Scanning: Delete Container Scan RecipeDelete a container scan recipe by its OCID: returns a work-request OCID to track the async teardown.
  • OCI Vulnerability Scanning: Delete Container Scan TargetDelete a container scan target by its OCID: it stops applying its recipe to the watched registry.
  • OCI Vulnerability Scanning: Delete Host Scan RecipeDelete a host scan recipe by its OCID: returns the work request tracking the removal.
  • OCI Vulnerability Scanning: Delete Host Scan TargetDelete a host scan target by its OCID: its recipe stops being applied to those hosts. Returns a work-request id to track the removal.
  • OCI Vulnerability Scanning: Get Container Scan RecipeFetch a single container scan recipe by its OCID: its scan settings and lifecycle state.
  • OCI Vulnerability Scanning: Get Container Scan TargetFetch a single container scan target by its OCID: its recipe binding, registry and lifecycle state.
  • OCI Vulnerability Scanning: Get Host Scan RecipeFetch a single host scan recipe by its OCID: its display name, schedule and lifecycle state.
  • OCI Vulnerability Scanning: Get Host Scan TargetFetch a single host scan target by its OCID: the recipe it applies, its instances and lifecycle state.
  • OCI Vulnerability Scanning: List Container Scan RecipesList the container scan recipes in a compartment. Optionally filter by exact display name or lifecycle state, and cap the page size. Walks pagination up to a safe cap.
  • OCI Vulnerability Scanning: List Container Scan TargetsList the container scan targets in a compartment. Optionally filter by exact display name or lifecycle state, and cap the page size. Walks pagination up to a safe cap.
  • OCI Vulnerability Scanning: List Host Agent Scan ResultsList the host agent scan results in a compartment. Optionally filter by compute instance, highest problem severity, operating system, display name, or latest-only, and cap the page size. Walks pagination up to a safe cap.
  • OCI Vulnerability Scanning: List Host Scan RecipesList the host scan recipes in a compartment. Optionally filter by exact display name or lifecycle state, and cap the page size. Walks pagination up to a safe cap.
  • OCI Vulnerability Scanning: List Host Scan TargetsList the host scan targets in a compartment. Optionally filter by exact display name or lifecycle state, and cap items per page. Walks pagination up to a safe cap.

Also in Oracle Cloud

Put Vulnerability Scanning in a flow

These actions sit on the same canvas as every other integration, so a Vulnerability Scanning step can follow a form, a schedule or a message without any glue code.