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.
2 parents bf16b2e + c124540 commit 24a371fCopy full SHA for 24a371f
.github/workflows/rl-scanner.yml
@@ -38,6 +38,7 @@ jobs:
38
39
- name: Configure Python
40
uses: actions/setup-python@v6
41
+ with:
42
python-version: ${{ inputs.python-version }}
43
44
- name: Configure dependencies
@@ -79,4 +80,4 @@ jobs:
79
80
PRODSEC_TOOLS_ARN: ${{ secrets.PRODSEC_TOOLS_ARN }}
81
82
- name: Output scan result
- run: echo "scan-status=${{ steps.rl-scan-conclusion.outcome }}" >> $GITHUB_ENV
83
+ run: echo "scan-status=${{ steps.rl-scan-conclusion.outcome }}" >> $GITHUB_ENV
0 commit comments