2022-06-27 00:06:32 +00:00
|
|
|
image: node:18
|
|
|
|
|
2022-06-26 19:59:26 +00:00
|
|
|
stages:
|
2022-06-27 00:06:32 +00:00
|
|
|
- test
|
|
|
|
- deploy
|
|
|
|
|
|
|
|
workflow:
|
|
|
|
rules:
|
|
|
|
- if: $CI_COMMIT_BRANCH
|
|
|
|
|
2022-06-26 19:59:26 +00:00
|
|
|
sast:
|
|
|
|
stage: test
|
|
|
|
include:
|
|
|
|
- template: Security/SAST.gitlab-ci.yml
|