From c5880674348e9c7204f0ebb864bba42ebec8c5a7 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 12 Jan 2017 09:27:16 +0000 Subject: [PATCH] Check python deps for security --- requirements.txt | 1 + scripts/test | 2 ++ 2 files changed, 3 insertions(+) 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/