We use Azure DevOps for our CI/CD pipelines and run SCA scan using the Fortify plugin. We need to exclude some directories from the scan and cannot seem to find the correct option for this. We have tried adding something similar to "-exclude="**/staging/**" -exclude="**/tsg/**" " to the configuration, but SCA fails when doing this.
How can we exclude files from the SCA scan in ADO?
Thanks!