We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641862e commit 22db957Copy full SHA for 22db957
.circleci/config.yml
@@ -43,7 +43,12 @@ jobs:
43
- run: python setup.py egg_info
44
- run: cp analytics_python.egg-info/requires.txt requirements.txt
45
- run: pip install --user -r requirements.txt
46
- - run: curl -sL https://raw.githubusercontent.com/segmentio/snyk_helpers/master/initialization/snyk.sh | sh
+ - 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
52
53
test_27:
54
docker:
0 commit comments