Skip to content

Commit 9dde637

Browse files
committed
Fix path to source for bandit
1 parent 2aeccc0 commit 9dde637

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
@@ -25,4 +25,4 @@ jobs:
2525
uv sync --dev
2626
- name: Run Bandit
2727
run: |
28-
bandit -r pdfbaker/
28+
bandit -r src/pdfbaker/

0 commit comments

Comments
 (0)