Skip to content

Commit c647209

Browse files
test
1 parent 5088700 commit c647209

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/shadow_scans.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Shadow scans
22
on:
33
schedule:
44
# Run the workflow every day at 04:00 UTC
5-
- cron: '0 1 * * *'
5+
- cron: "0 1 * * *"
66
workflow_dispatch:
77

88
jobs:
@@ -29,7 +29,7 @@ jobs:
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:
@@ -38,4 +38,4 @@ jobs:
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"

0 commit comments

Comments
 (0)