excludeRegex property
A list of regular expressions matching file paths to exclude.
All files in the bucket that match at least one of these regular expressions will be excluded from the scan. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
Implementation
core.List<core.String>? excludeRegex;