nonscollectif-org/.gitlab-ci.yml

15 lines
161 B
YAML

image: node:18
stages:
- test
- deploy
workflow:
rules:
- if: $CI_COMMIT_BRANCH
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml