Scan Settings
Scan Settings
Configuration to control the projects that are being scanned from CICD Pipelines
-
Navigate to
Settings→Global Settings. -
Search for
Falcon Scan Settingsand click on edit. -
Updated the required pattern to exclude or include the projects -
-
PROJECT_NAME_INCLUDE_PATTERN- By default all the projects will be scanned -
PROJECT_NAME_EXCLUDE_PATTERN- By default no projects will be excluded from scanned -
ABORT_ON_PATTERN_VALIDATION_FAILURE- Indicates if the build should be aborted if its not allowed based on the pattern configuration -
ALLOW_ALREADY_SCANNED_PROJECTS- Determines whether the build should continue or abort if the project has already been scanned once
-