Skip to content

Unified Dogfooding scans #189

Unified Dogfooding scans

Unified Dogfooding scans #189

name: Unified Dogfooding scans
on:
schedule:
- cron: '0 4 * * 1-5' # Run the workflow Mon-Fri at 04:00 UTC
workflow_dispatch:
jobs:
unified-platform-dogfooding:
runs-on: github-ubuntu-latest-s
name: Unified Platform Dogfooding
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: SonarSource/ci-github-actions/build-gradle@v1
with:
run-shadow-scans: true
artifactory-reader-role: private-reader
artifactory-deployer-role: qa-deployer
- name: Run IRIS Analysis
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
with:
primary_project_key: SonarSource_sonar-ruby
primary_platform: "Next"
shadow1_project_key: SonarSource_sonar-ruby
shadow1_platform: "SQC-EU"
shadow2_project_key: SonarSource_sonar-ruby
shadow2_platform: "SQC-US"