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

SCAN4NET-207 Map sonar.scanner.truststorePath & sonar.scanner.truststorePassword #2307

Open
wants to merge 5 commits into
base: feature/MMF_4168
Choose a base branch
from

Conversation

sebastien-marichal
Copy link
Contributor

@sebastien-marichal sebastien-marichal commented Jan 30, 2025

SCAN4NET-207

First commit is some CaYC
Second commit is the actual change.

@hashicorp-vault-sonar-prod hashicorp-vault-sonar-prod bot changed the title SCAN4NET-207 Map sonar.scanner.truststorePath & sonar.scanner.truststorePassword SCAN4NET-207 Map sonar.scanner.truststorePath & sonar.scanner.truststorePassword Jan 30, 2025
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I think our style guide ask that local function are at the end of the method, right?

Comment on lines 309 to 310
bool InvalidPathPredicate(string path) => path.Contains(",");
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bool InvalidPathPredicate(string path) => path.Contains(",");
}
}
static bool InvalidPathPredicate(string path) => path.Contains(",");

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, right, I thought I put it at the end of the method.

@sebastien-marichal sebastien-marichal enabled auto-merge (squash) February 3, 2025 12:40
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