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