I’d like to start using SAST analyzers. Unfortunately I have problems understand what’s going on in Go.
- I have repo with multiple SLN files, but I want to pick only one for SCS analyzer. I’ve found
pathFilter
, but have no idea how to configure it. - Unable to build project using
dotnet
, attempting to build usingnuget
andmsbuild
- error covered by another Topic - How to enable more verbose logging?
set SECURE_LOG_LEVEL=trace
does nothing
Thanks for pointing me in the right direction