Skip to content

Commit 22db957

Browse files
committed
update snyk
1 parent 641862e commit 22db957

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ jobs:
4343
- run: python setup.py egg_info
4444
- run: cp analytics_python.egg-info/requires.txt requirements.txt
4545
- run: pip install --user -r requirements.txt
46-
- run: curl -sL https://raw.githubusercontent.com/segmentio/snyk_helpers/master/initialization/snyk.sh | sh
46+
- run:
47+
name: Snyk
48+
command: curl -sL https://raw.githubusercontent.com/segmentio/snyk_helpers/master/initialization/snyk.sh | sh
49+
environment:
50+
SNYK_FAIL_ON: upgradable
51+
SNYK_SEVERITY_THRESHOLD: high
4752

4853
test_27:
4954
docker:

0 commit comments

Comments
 (0)