From 22db957dc95dc554b3286612227d3e027fb50e61 Mon Sep 17 00:00:00 2001
From: Leif Dreizler <leifdreizler@gmail.com>
Date: Wed, 8 Apr 2020 00:06:20 -0700
Subject: [PATCH] update snyk

---
 .circleci/config.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index f2bee34f..ca194cf7 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -43,7 +43,12 @@ jobs:
       - run: python setup.py egg_info
       - run: cp analytics_python.egg-info/requires.txt requirements.txt
       - run: pip install --user -r requirements.txt
-      - run: curl -sL https://raw.githubusercontent.com/segmentio/snyk_helpers/master/initialization/snyk.sh | sh
+      - run:
+          name: Snyk
+          command: curl -sL https://raw.githubusercontent.com/segmentio/snyk_helpers/master/initialization/snyk.sh | sh
+          environment:
+            SNYK_FAIL_ON: upgradable
+            SNYK_SEVERITY_THRESHOLD: high
 
   test_27:
     docker: