Support ignoring build errors in Security Code Scan

With the upgrade of Security Code Scan to version 5.2.1 of the underlying analyzer, we should add support for the new --ignore-msbuild-errors parameter which will allow us to ignore build failures.

This should be managed by the existing FAIL_NEVER CI/CD variable. This variable is currently used by our SpotBugs analyzer for Java projects, and it makes sense to stay consistent with variable names.

Merge Requests

Related to #338168 (closed).

Edited by rossfuhrman