Check python deps for security
This commit is contained in:
parent
c055732d72
commit
c588067434
2 changed files with 3 additions and 0 deletions
|
@ -12,5 +12,6 @@ pyembed-markdown==1.1.0
|
||||||
pygments-style-github==0.4
|
pygments-style-github==0.4
|
||||||
python-resize-image==1.1.10
|
python-resize-image==1.1.10
|
||||||
pyyaml==3.12
|
pyyaml==3.12
|
||||||
|
safety==0.5.1
|
||||||
sh==1.12.9
|
sh==1.12.9
|
||||||
yamllint==1.6.0
|
yamllint==1.6.0
|
||||||
|
|
|
@ -25,4 +25,6 @@ mdspell --en-gb -ranx content/**/*.md content/*.md content/**/*.html content/*.h
|
||||||
|
|
||||||
nsp check
|
nsp check
|
||||||
|
|
||||||
|
safety check
|
||||||
|
|
||||||
bandit -r plugins/ config/ tests/
|
bandit -r plugins/ config/ tests/
|
||||||
|
|
Reference in a new issue