Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create a check

Create your own checks by implementing the following procedure.

Before you begin

Role required: scan_admin

Procedure

  1. Navigate to All > Instance Scan > Checks.

  2. Select New from the Checks context menu.

    The Check Interceptor list appears.

  3. Select one of the available types of checks.

    See Check types for more information.

    Note: If you want to update an existing check, the Version field increments itself. The new version provides you a change history. You can also know which particular version of the check ran with a given scan.

  4. Create a table type check
    Create a check by selecting Create a new Table Check if you know which specific table and conditions you want to test. This check type is applied on only one table at a time. You can also include your own script for more complex capabilities by selecting the Advanced option on the form.

  5. Create a column type check
    Retrieve all records containing a specific column field type from all tables in an instance by selecting Create a new Column Type Check. The Column Type Check type implements the rule you created to iterate all records matching the target column field type.
  6. Create a script only check
    Create a check without specifying a table or a column type by selecting Create a new Script Only Check. You can verify meta data, configurations, and execute complex checks by writing your own script.
  7. Create a linter check
    Create a linter check to identify any issues in a script. When a linter check is run on a record, an abstract syntax tree for its code is generated. You can use the abstract syntax tree to analyze issues with the code.

Parent Topic:Using Instance Scan

Related topics

Create a check suite

Executing a scan

Schedule a full scan

Schedule a suite scan

Monitoring a scan

Parallel scans

Reviewing of scans

Queue your scan

Cancel a scan

Using the Instance Scan dashboard