Skip to content

Commit 24a371f

Browse files
fix: add missing indentation for Python configuration step (#726)
### Changes - Fix the `RL-Scanner `Workflow
2 parents bf16b2e + c124540 commit 24a371f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rl-scanner.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
- name: Configure Python
4040
uses: actions/setup-python@v6
41+
with:
4142
python-version: ${{ inputs.python-version }}
4243

4344
- name: Configure dependencies
@@ -79,4 +80,4 @@ jobs:
7980
PRODSEC_TOOLS_ARN: ${{ secrets.PRODSEC_TOOLS_ARN }}
8081

8182
- name: Output scan result
82-
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

Comments
 (0)