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
With some projects, for example xamarin projects, scanning from Visual Studio Extension adds folders that aren't needed in checkmarx validation and should be excluded, for example obj/debug folder. Results from the scan throw more errors than errors result from pipeline execution from repositories.
Proposed solution is to include in the extension toolbar a textbox to optionally indicate a folder to exclude from scan. In case a folder is indicated for exclusion, and additional parameter (CxConstants.FLAG_FILE_FILTER) will be added before calling to scancreate function.
Checking for gitignore file configuration could be an alternative solution.
The text was updated successfully, but these errors were encountered:
With some projects, for example xamarin projects, scanning from Visual Studio Extension adds folders that aren't needed in checkmarx validation and should be excluded, for example obj/debug folder. Results from the scan throw more errors than errors result from pipeline execution from repositories.
Proposed solution is to include in the extension toolbar a textbox to optionally indicate a folder to exclude from scan. In case a folder is indicated for exclusion, and additional parameter (CxConstants.FLAG_FILE_FILTER) will be added before calling to scancreate function.
Checking for gitignore file configuration could be an alternative solution.
The text was updated successfully, but these errors were encountered: