-
Notifications
You must be signed in to change notification settings - Fork 24
34 lines (33 loc) · 1.27 KB
/
shadow-scans.yml
File metadata and controls
34 lines (33 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: jdx/mise-action@ca0c5fc9c8a8386dae8ba5d37608a083a307991c # v3.1.0
with:
version: 2025.9.15
- uses: SonarSource/ci-github-actions/build-maven@c15f3733837c5ebd0f04a676feb1e18fae147cd5 # 1.3.27
with:
run-shadow-scans: true
artifactory-deployer-role: qa-deployer
maven-args: -P-release,-sign -Dcommercial -Dmaven.install.skip=true
artifactory-reader-role: private-reader
- name: Run IRIS Analysis
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
with:
primary_project_key: "org.sonarsource.sonarlint.ls:sonarlint-language-server"
primary_platform: "Next"
shadow1_project_key: "org.sonarsource.sonarlint.ls:sonarlint-language-server"
shadow1_platform: "SQC-EU"
shadow2_project_key: "org.sonarsource.sonarlint.ls:sonarlint-language-server"
shadow2_platform: "SQC-US"