Skip to content

Commit

Permalink
Use pyproject.tml in the bandit recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Apr 21, 2024
1 parent 95d4b6c commit ce938fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ help:

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

# Builds the project in preparation for release
build: install
Expand Down

0 comments on commit ce938fa

Please sign in to comment.