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 1414 rl-scanner :
1515 uses : ./.github/workflows/rl-scanner.yml
1616 with :
17- python-version : 3.10
17+ python-version : " 3.10"
1818 artifact-name : " auth0-python.tgz"
1919 secrets :
2020 RLSECURE_LICENSE : ${{ secrets.RLSECURE_LICENSE }}
Original file line number Diff line number Diff line change 2424 required : true
2525
2626jobs :
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/'))
2829 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+
3433 steps :
3534 - uses : actions/checkout@v4
3635 with :
You can’t perform that action at this time.
0 commit comments