File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 14
14
rl-scanner :
15
15
uses : ./.github/workflows/rl-scanner.yml
16
16
with :
17
- python-version : 3.10
17
+ python-version : " 3.10"
18
18
artifact-name : " auth0-python.tgz"
19
19
secrets :
20
20
RLSECURE_LICENSE : ${{ secrets.RLSECURE_LICENSE }}
Original file line number Diff line number Diff line change 24
24
required : true
25
25
26
26
jobs :
27
- checkout-build-scan-only :
27
+ rl-scanner :
28
+ if : github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/'))
28
29
runs-on : ubuntu-latest
29
-
30
- permissions :
31
- pull-requests : write
32
- id-token : write
33
-
30
+ outputs :
31
+ scan-status : ${{ steps.rl-scan-conclusion.outcome }}
32
+
34
33
steps :
35
34
- uses : actions/checkout@v4
36
35
with :
You can’t perform that action at this time.
0 commit comments