mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-05-23 08:39:53 +02:00
naming updates; fix static analysis script
This commit is contained in:
@@ -5,9 +5,9 @@ pwd
|
||||
pip install -r ./requirements.txt
|
||||
|
||||
# check cyclomatic complexity
|
||||
python -m mccabe --min 3 **/*.py
|
||||
python -m mccabe --min 3 ./src/**/*.py
|
||||
|
||||
# SAST (static application security testing)
|
||||
bandit -r ./../src
|
||||
bandit -r ./src
|
||||
|
||||
mypy
|
||||
mypy ./src
|
||||
Reference in New Issue
Block a user