diff --git a/requirements.txt b/requirements.txt index 7dad2d9..ca5f090 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,6 @@ pyembed-markdown==1.1.0 pygments-style-github==0.4 python-resize-image==1.1.10 pyyaml==3.12 +safety==0.5.1 sh==1.12.9 yamllint==1.6.0 diff --git a/scripts/test b/scripts/test index 9783554..703cb8c 100755 --- a/scripts/test +++ b/scripts/test @@ -25,4 +25,6 @@ mdspell --en-gb -ranx content/**/*.md content/*.md content/**/*.html content/*.h nsp check +safety check + bandit -r plugins/ config/ tests/