File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Shadow scans
22on :
33 schedule :
44 # Run the workflow every day at 04:00 UTC
5- - cron : ' 0 1 * * *'
5+ - cron : " 0 1 * * *"
66 workflow_dispatch :
77
88jobs :
2929 run-shadow-scans : true
3030 artifactory-reader-role : private-reader
3131 artifactory-deployer-role : qa-deployer
32- gradle-args : -Dsonar.organization=sonarsource
32+ gradle-args : -Dsonar.organization=sonarsource -Dsonar.exclusions="**/build/**/*,**/its/**,**/kotlin-checks-test-sources/**"
3333 - name : Run IRIS Analysis
3434 uses : SonarSource/unified-dogfooding-actions/run-iris@v1
3535 with :
3838 shadow1_project_key : " SonarSource_sonar-kotlin"
3939 shadow1_platform : " SQC-EU"
4040 shadow2_project_key : " SonarSource_sonar-kotlin"
41- shadow2_platform : " SQC-US"
41+ shadow2_platform : " SQC-US"
You can’t perform that action at this time.
0 commit comments