Skip to content
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

Merged
merged 6 commits into from
Nov 27, 2024

Conversation

vnaskos-sonar
Copy link
Contributor

@vnaskos-sonar vnaskos-sonar commented Nov 27, 2024

var compilationDatabasePath = compilationDatabaseLocator.Locate();
if (compilationDatabasePath == null)
{
analysisStatusNotifier.AnalysisFailed(SLCoreStrings.CompilationDatabaseNotFound);

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?

Copy link
Contributor Author

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

src/SLCore/Analysis/SLCoreAnalyzer.cs Outdated Show resolved Hide resolved
src/SLCore/Analysis/SLCoreAnalyzer.cs Outdated Show resolved Hide resolved
Copy link

sonarcloud bot commented Nov 27, 2024

@vnaskos-sonar vnaskos-sonar merged commit c6230aa into feature/cfamily-migration Nov 27, 2024
2 checks passed
@vnaskos-sonar vnaskos-sonar deleted the vn/cmake-migration branch November 27, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants