File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 7
7
branches : ["master", "main"]
8
8
9
9
jobs :
10
+ rl-scanner :
11
+ uses : ./.github/workflows/rl-secure.yml
12
+ with :
13
+ java-version : 8
14
+ artifact-name : ' jwks-rsa-${{ steps.get_version.outputs.version }}.jar"'
15
+ secrets :
16
+ RLSECURE_LICENSE : ${{ secrets.RLSECURE_LICENSE }}
17
+ RLSECURE_SITE_KEY : ${{ secrets.RLSECURE_SITE_KEY }}
18
+ SIGNAL_HANDLER_TOKEN : ${{ secrets.SIGNAL_HANDLER_TOKEN }}
19
+ PRODSEC_TOOLS_USER : ${{ secrets.PRODSEC_TOOLS_USER }}
20
+ PRODSEC_TOOLS_TOKEN : ${{ secrets.PRODSEC_TOOLS_TOKEN }}
21
+ PRODSEC_TOOLS_ARN : ${{ secrets.PRODSEC_TOOLS_ARN }}
22
+
10
23
gradle :
11
24
runs-on : ubuntu-latest
12
25
steps :
Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
checkout-build-scan-only :
16
- if : github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request')
16
+ if : github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/') )
17
17
runs-on : ubuntu-latest
18
18
19
19
environment : security
You can’t perform that action at this time.
0 commit comments