Skip to content

Commit

Permalink
Fixe security suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater committed Jul 22, 2024
1 parent d656ff1 commit 63f137c
Show file tree
Hide file tree
Showing 3 changed files with 2,328 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ tasks:
security:
- poetry run whispers {{.BUILD_DIR}} # Check for security issues
- poetry run bandit --silent -r {{.BUILD_DIR}}
- pipx install tartufo
- tartufo scan-local-repo .
- python3.10 -m pip install tartufo # Only works on 3.10
- python3.10 -m tartufo scan-local-repo .
pytest:
silent: false
interactive: false
Expand Down
Loading

0 comments on commit 63f137c

Please sign in to comment.