Defines the scope of findings to which the automation rule applies.

Hierarchy

  • AutomationRuleScope

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
findingTypes: SecurityFindingType[]

The list of security finding types that the automation rule applies to.

query?: string

A search query to further filter the findings matched by this rule. The @workflow.* namespace and @status fields are not permitted. For a reference of available fields, see the Security Findings schema documentation.

Generated using TypeDoc