Scan checks
Use checks to detect anomalies within an instance, running against tables, records, or metadata.
Checks are rules designed to detect anomalies within an instance. Select a check on the list to view details including what the check evaluates, and possible steps to correct the issue if the check returns any findings.
Checks are divided into four classes to identify issues and implement security recommendations for your organization: table checks, column type checks, script only checks, and linter checks.
| Check class | Description |
|---|---|
| Table checks | Use this when you know the specific tables and checks you want to test. |
| Column checks | Use this to implement the rule you created to iterate all records matching the target column field type. |
| Script checks | Use this to verify meta data, configurations, and execute complex checks by writing your own checks. |
| Linter checks | Use this 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 which can be used to analyze issues with the code. |