mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-05-19 23:14:46 +02:00
updates
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
cd ../..
|
||||
pwd
|
||||
|
||||
# get dependencies
|
||||
pip install -r ./requirements.txt
|
||||
|
||||
# check cyclomatic complexity
|
||||
python -m mccabe --min 3 ./../src/**/*.py
|
||||
python -m mccabe --min 3 **/*.py
|
||||
|
||||
# SAST (static application security testing)
|
||||
bandit -r ./../src
|
||||
|
||||
mypy
|
||||
mypy
|
||||
Reference in New Issue
Block a user