We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bbd36 commit 6c49561Copy full SHA for 6c49561
.github/workflows/shadow_scan.yml
@@ -26,7 +26,7 @@ jobs:
26
artifactory-reader-role: private-reader # Override default public-reader
27
artifactory-deployer-role: qa-deployer # Override default public-deployer
28
run-shadow-scans: true
29
- maven-opts: "-Dsonar.organization=sonarsource -Dsonar.projectKey=SonarSource_sonar-java-jdt"
+ maven-opts: -Dsonar.organization=sonarsource -Dsonar.projectKey=SonarSource_sonar-java-jdt
30
31
- name: Run IRIS Analysis
32
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
0 commit comments