Skip to content

Commit ce938fa

Browse files
committed
Use pyproject.tml in the bandit recipe
1 parent 95d4b6c commit ce938fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ help:
2424

2525
# Scans the project for security vulnerabilities
2626
bandit: _validate_venv
27-
{{_venv_bin}}/bandit -r src
27+
{{_venv_bin}}/bandit -c pyproject.toml -r src
2828

2929
# Builds the project in preparation for release
3030
build: install

0 commit comments

Comments
 (0)