Skip to main content

scan_rules

Creates, updates, deletes, gets or lists a scan_rules resource.

Overview

Namescan_rules
TypeResource
Iddigitalocean.security.scan_rules

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
security_create_scan_ruleinsertTo mark a scan finding as a false positive, send a POST request to
/v2/security/scans/rules to create a new scan rule.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

INSERT examples

To mark a scan finding as a false positive, send a POST request to
/v2/security/scans/rules to create a new scan rule.

INSERT INTO digitalocean.security.scan_rules (
resource
)
SELECT
'{{ resource }}'
;