You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
presently we are able to ignore scanning all files under a directory by passing in --IgnoreDirectories "path" or --DirectoryExclusionList "pathGlob",
However there is sometimes the need to only exempt specific files from being scanned, while still scanning the rest of the directory. Filtering in the DetectorProcessingService applies to the path levels only, so this will require a new approach rather than relying on the --IgnoreDirectories argument.
The text was updated successfully, but these errors were encountered:
presently we are able to ignore scanning all files under a directory by passing in --IgnoreDirectories "path" or --DirectoryExclusionList "pathGlob",
However there is sometimes the need to only exempt specific files from being scanned, while still scanning the rest of the directory. Filtering in the DetectorProcessingService applies to the path levels only, so this will require a new approach rather than relying on the --IgnoreDirectories argument.
The text was updated successfully, but these errors were encountered: