We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5428053 commit e4dd16eCopy full SHA for e4dd16e
.github/workflows/shadow_scan.yml
@@ -5,6 +5,9 @@ on:
5
- cron: '0 2 * * *'
6
workflow_dispatch:
7
pull_request:
8
+ push:
9
+ branches:
10
+ - tt/gha-shadow-scan
11
12
jobs:
13
build:
@@ -23,7 +26,6 @@ jobs:
23
26
artifactory-reader-role: private-reader # Override default public-reader
24
27
artifactory-deployer-role: qa-deployer # Override default public-deployer
25
28
run-shadow-scans: true
- working-directory: private
29
30
- name: Run IRIS Analysis
31
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
0 commit comments