CI Setup
i am trying to configure a yml in this format but i got some issues like :(): mapping values are not allowed in this context at line 8 column 8.
include:
- template: SAST.gitlab-ci.yml
variables:
SAST_GOSEC_LEVEL: 2
spotbugs-sast:
stage: QA
rules:
if: $CI_COMMIT_BRANCH == "master"
if: $CI_MERGE_REQUEST_ID
ERROR: (<unknown>): mapping values are not allowed in this context at line 8 column 8.