-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SLVS-1638 Migrate CMake analysis to CFamily java plugin via SLCore #5855
Conversation
3ef0a6e
to
aacbcb8
Compare
var compilationDatabasePath = compilationDatabaseLocator.Locate(); | ||
if (compilationDatabasePath == null) | ||
{ | ||
analysisStatusNotifier.AnalysisFailed(SLCoreStrings.CompilationDatabaseNotFound); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, this also means that the file will not be analyzed for secrets. Is that a desired behavior in this case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm haven't thought about that
a1ed1aa
to
469d024
Compare
Quality Gate passedIssues Measures |
SLVS-1638