Skip to content

Commit 6c24ef6

Browse files
authored
Fix indentation for Bandit scan targets
1 parent 99fa797 commit 6c24ef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bandit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: Run Bandit Scan
2323
uses: PyCQA/bandit-action@v1
2424
with:
25-
targets: sz_tools
2625
python-version: ${{ matrix.python-version }}
26+
targets: sz_tools

0 commit comments

Comments
 (0)