2727jobs :
2828 rl-scanner :
2929 name : Run Reversing Labs scanner
30- if : github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/'))
30+ # if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/'))
3131 runs-on : ubuntu-latest
32- outputs :
33- scan-status : ${{ steps.rl-scan-conclusion.outcome }}
32+ # outputs:
33+ # scan-status: ${{ steps.rl-scan-conclusion.outcome }}
3434
3535 steps :
3636 - name : Checkout code
@@ -55,19 +55,19 @@ jobs:
5555 - id : get_version
5656 uses : ./.github/actions/get-version
5757
58- - name : Run RL Scanner
59- id : rl-scan-conclusion
60- uses : ./.github/actions/rl-scanner
61- with :
62- artifact-path : ${{ github.workspace }}/${{ inputs.artifact-name }}
63- version : " ${{ steps.get_version.outputs.version }}"
64- env :
65- RLSECURE_LICENSE : ${{ secrets.RLSECURE_LICENSE }}
66- RLSECURE_SITE_KEY : ${{ secrets.RLSECURE_SITE_KEY }}
67- SIGNAL_HANDLER_TOKEN : ${{ secrets.SIGNAL_HANDLER_TOKEN }}
68- PRODSEC_TOOLS_USER : ${{ secrets.PRODSEC_TOOLS_USER }}
69- PRODSEC_TOOLS_TOKEN : ${{ secrets.PRODSEC_TOOLS_TOKEN }}
70- PRODSEC_TOOLS_ARN : ${{ secrets.PRODSEC_TOOLS_ARN }}
58+ # - name: Run RL Scanner
59+ # id: rl-scan-conclusion
60+ # uses: ./.github/actions/rl-scanner
61+ # with:
62+ # artifact-path: ${{ github.workspace }}/${{ inputs.artifact-name }}
63+ # version: "${{ steps.get_version.outputs.version }}"
64+ # env:
65+ # RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
66+ # RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
67+ # SIGNAL_HANDLER_TOKEN: ${{ secrets.SIGNAL_HANDLER_TOKEN }}
68+ # PRODSEC_TOOLS_USER: ${{ secrets.PRODSEC_TOOLS_USER }}
69+ # PRODSEC_TOOLS_TOKEN: ${{ secrets.PRODSEC_TOOLS_TOKEN }}
70+ # PRODSEC_TOOLS_ARN: ${{ secrets.PRODSEC_TOOLS_ARN }}
7171
72- - name : Output scan result
73- run : echo "scan-status=${{ steps.rl-scan-conclusion.outcome }}" >> $GITHUB_ENV
72+ # - name: Output scan result
73+ # run: echo "scan-status=${{ steps.rl-scan-conclusion.outcome }}" >> $GITHUB_ENV
0 commit comments