BUILD-8718: Shadow scans suport in maven#53
BUILD-8718: Shadow scans suport in maven#53mikolaj-matuszny-ext-sonarsource merged 6 commits intomasterfrom
Conversation
38f7215 to
f121e9e
Compare
|
LGTM, my recommendation is to extract the sonar functions in a different file to be able to re-use them for other actions. |
9b1fee9 to
7bae10d
Compare
Signed-off-by: Jayadeep Kinavoor Madam <jayadeep.kinavoormadam@sonarsource.com>
Co-authored-by: Mate Molnar <matemoln@users.noreply.github.com>
7bae10d to
b0c50c7
Compare
🤖 Pull Request summaryThis pull request adds support for running SonarQube analysis on multiple platforms (shadow scans). • New feature: Added Review focus: The credential exposure in the action.yml file now retrieves tokens for all platforms regardless of usage, and the deployment disabling logic in build.sh uses string manipulation that should be validated for edge cases.
|



BUILD-8718
BUILD-8718: Shadow scans suport in maven