Skip to content

Commit d29e08b

Browse files
authored
Merge pull request #69 from HyperionGray/copilot/amazon-q-code-review-2025-12-08
Fix corrupted workflow files and implement comprehensive security scanning
2 parents c405a7c + bf84b03 commit d29e08b

22 files changed

+2384
-290
lines changed

.bandit

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
exclude_dirs:
2+
- test/
3+
- docs/
4+
- examples/
5+
- .venv/
6+
- venv/
7+
- .pytest_cache/
8+
- .mypy_cache/
9+
- build/
10+
- 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"

0 commit comments

Comments
 (0)