File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 20
20
- checkout
21
21
- *getDeps
22
22
- run : yarn install --frozen-lockfile
23
+ - run :
24
+ name : Snyk
25
+ command : curl -sL https://raw.githubusercontent.com/segmentio/snyk_helpers/master/initialization/snyk.sh | sh
26
+ environment :
27
+ SNYK_FAIL_ON : upgradable
28
+ SNYK_SEVERITY_THRESHOLD : high
23
29
- save_cache :
24
30
key : yarn-cache-{{ checksum "yarn.lock" }}
25
31
paths :
93
99
test-ios-vanilla :
94
100
<< : *job
95
101
macos :
96
- xcode : " 9.4.0"
102
+ xcode : ' 9.4.0'
97
103
steps :
98
104
- checkout
99
105
# macOS VMs doesn't support Docker based caches
@@ -108,7 +114,7 @@ jobs:
108
114
test-ios-cocoapods :
109
115
<< : *job
110
116
macos :
111
- xcode : " 9.4.0"
117
+ xcode : ' 9.4.0'
112
118
steps :
113
119
- checkout
114
120
# macOS VMs doesn't support Docker based caches
@@ -141,6 +147,7 @@ workflows:
141
147
build_test_and_publish :
142
148
jobs :
143
149
- install :
150
+ context : snyk
144
151
filters :
145
152
tags :
146
153
only : /.*/
@@ -171,19 +178,19 @@ workflows:
171
178
only : /.*/
172
179
- test-android :
173
180
requires :
174
- - build-test-app
181
+ - build-test-app
175
182
filters :
176
183
tags :
177
184
only : /.*/
178
185
- test-ios-vanilla :
179
186
requires :
180
- - build-test-app
187
+ - build-test-app
181
188
filters :
182
189
tags :
183
190
only : /.*/
184
191
- test-ios-cocoapods :
185
192
requires :
186
- - build-test-app
193
+ - build-test-app
187
194
filters :
188
195
tags :
189
196
only : /.*/
You can’t perform that action at this time.
0 commit comments