Skip to content

Shadow scans

Shadow scans #78

Workflow file for this run

name: Shadow scans
on:
schedule:
# Run the workflow every day at 04:00 UTC
- cron: '0 4 * * *'
workflow_dispatch:
jobs:
scan:
runs-on: github-ubuntu-latest-s
name: Scan on shadow platforms
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
with:
version: 2025.7.12
- uses: SonarSource/ci-github-actions/build-gradle@master # dogfood
with:
run-shadow-scans: true
artifactory-reader-role: private-reader
artifactory-deployer-role: qa-deployer
gradle-args: ":jacocoTestReport"
- name: Run IRIS Analysis
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
with:
primary_project_key: "SonarSource_sonarqube-mcp-server"
primary_platform: "SQC-EU"
shadow1_project_key: "SonarSource_sonarqube-mcp-server"
shadow1_platform: "Next"
shadow2_project_key: "SonarSource_sonarqube-mcp-server"
shadow2_platform: "SQC-US"