Context
We have a self-hosted gitlab ultimate plan (omnibus package on debian):
We’re at gitlab 13.0 and runners 13.0.
We tried to run sast, so we followed https://docs.gitlab.com/ee/user/application_security/sast/ :
-
adding to
.gitlab-ci.yaml
:include: - template: SAST.gitlab-ci.yml
-
including the template to the project:
The result of the setup above
What we expect to see
Running pipeline, we’ve added the SAST template and we have the ultimate plan, so it is expected to work properly.
We have checked:
- https://gitlab.com/gitlab-org/gitlab-foss/-/issues/62624 - but we do have the ultimate plan, so that’s not the problem
-
https://gitlab.com/gitlab-org/gitlab/-/issues/32412 - is about
bandit-sast job: stage parameter should be check
, which is something different
What we want to know
What are we doing wrong?