Editing a Vulnerability Audit

Update the name of a vulnerability audit using the Console, CLI, or API.

    1. Open the navigation menu and click Developer Services. Under App Dependency Management, click Vulnerability Audits.
    2. On the Vulnerability audits page, from the list of compartments on the left side, select a compartment.
    3. From the list of vulnerability audits, click the vulnerability audit that you want to update.
    4. In the Vulnerability audit details page, click Edit.
    5. On the Update vulnerability audit panel, update the name.
    6. Click Update vulnerability audit.
  • Use the oci adm vulnerability-audit update command and required parameters to update one or more attributes of the specified vulnerability audit:

    oci adm vulnerability-audit update --vulnerability-audit-id vulnerability_audit_id [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the UpdateVulnerabilityAudit operation to update one or more attributes of the specified vulnerability audit.