Skip to content

Commit 1d41b17

Browse files
BUILD-8718: Iris run for unified dogfooding
Signed-off-by: Jayadeep Kinavoor Madam <[email protected]>
1 parent 2d854fc commit 1d41b17

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/unified-dogfooding.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,13 @@ jobs:
1717
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
1818
with:
1919
run-shadow-scans: true
20+
21+
- name: Run IRIS Analysis
22+
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
23+
with:
24+
primary_project_key: "SonarSource_sonar-dummy-python-oss"
25+
primary_platform: "SQC-EU"
26+
shadow1_project_key: "SonarSource_sonar-dummy-python-oss"
27+
shadow1_platform: "Next"
28+
shadow2_project_key: "SonarSource_sonar-dummy-python-oss"
29+
shadow2_platform: "SQC-US"

0 commit comments

Comments
 (0)