mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-07-09 14:38:07 +02:00
restructure as domain-driven design architecture
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
bandit
|
||||
mccabe
|
||||
mypy
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
# get dependencies
|
||||
pip install -r ./requirements.txt
|
||||
|
||||
# check cyclomatic complexity
|
||||
python -m mccabe --min 3 ./../src/**/*.py
|
||||
|
||||
# SAST (static application security testing)
|
||||
bandit -r ./../src
|
||||
|
||||
mypy
|
||||
Reference in New Issue
Block a user