update ci
This commit is contained in:
		| @@ -8,6 +8,7 @@ cache: | ||||
|  | ||||
| stages: | ||||
| - mirror | ||||
| - security | ||||
| - test | ||||
| - release | ||||
| - trigger | ||||
| @@ -20,6 +21,15 @@ mirror: | ||||
|   tags: | ||||
|   - docker | ||||
|  | ||||
| security: | ||||
|   stage: security | ||||
|   script: | ||||
|     - npmci command yarn global add snyk | ||||
|     - npmci command yarn install --ignore-scripts | ||||
|     - npmci command snyk test | ||||
|   tags: | ||||
|   - docker | ||||
|  | ||||
| testLEGACY: | ||||
|   stage: test | ||||
|   script: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user