Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.46 KB

File metadata and controls

11 lines (7 loc) · 1.46 KB

AllowlistOptions

Terms and regexes that are allow-listed during the scans. If any finding picked up by a rule exactly matches a term, or matches a regex, in the allow-list, it will not be counted as a violation.

Fields

Field Type Required Description
terms List[str] list of words and phrases to consider as whitelisted content
regexes List[str] list of regular expressions whose matches are considered whitelisted content