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 7ab108b
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ exclude-entropy-patterns = [
{path-pattern = 'Pipfile\.lock', pattern = '.'},
{path-pattern = 'README\.md', pattern = '.'},
{path-pattern = 'mapping\.cfg', pattern = '.'}, # Git secret
{path-pattern = 'techstack\.*', pattern = '.'},
]

[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit 7ab108b

Please sign in to comment.