Skip to content

Commit 99fa797

Browse files
authored
Fix YAML syntax for Bandit scan targets
1 parent e033b7d commit 99fa797

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"
25+
targets: sz_tools
2626
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)