Skip to content

Commit 87e19e5

Browse files
Copilothyp3ri0n-ng
andcommitted
Add security scanning tools and configurations
Co-authored-by: hyp3ri0n-ng <3106718+hyp3ri0n-ng@users.noreply.github.com>
1 parent 36fce13 commit 87e19e5

File tree

4 files changed

+260
-2
lines changed

4 files changed

+260
-2
lines changed

.bandit

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
exclude_dirs:
2+
- /test/
3+
- /docs/
4+
- /.venv/
5+
- /venv/
6+
- /.pytest_cache/
7+
- /.mypy_cache/
8+
- /build/
9+
- /dist/

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 10
8+
labels:
9+
- "dependencies"
10+
- "security"

poetry.lock

Lines changed: 240 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ sphinx = "^5.0"
3030
sphinx-autodoc-typehints = "^1.21"
3131
sphinx-rtd-theme = "^1.2"
3232
websockets = "^10.0"
33+
bandit = "<1.8"
3334

3435
[build-system]
3536
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)