Skip to content
Snippets Groups Projects
Commit 6a9735da authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Set .gitlab-ci.yml to enable or configure SAST

parent 628e5e26
No related branches found
No related tags found
No related merge requests found
# You can override the included template(s) by including variable overrides
# See https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
include:
- project: "AlekSIS/official/AlekSIS"
file: /ci/general.yml
- project: "AlekSIS/official/AlekSIS"
file: /ci/test/test.yml
- project: "AlekSIS/official/AlekSIS"
file: /ci/test/lint.yml
- project: "AlekSIS/official/AlekSIS"
file: /ci/test/security.yml
- project: "AlekSIS/official/AlekSIS"
file: /ci/build/dist.yml
- project: "AlekSIS/official/AlekSIS"
file: /ci/publish/pypi.yml
- project: "AlekSIS/official/AlekSIS"
file: /ci/docker/image.yml
- project: "AlekSIS/official/AlekSIS"
file: "/ci/deploy/review.yml"
- project: "AlekSIS/official/AlekSIS"
file: "/ci/deploy/trigger_dist.yml"
- project: "AlekSIS/official/AlekSIS"
file: /ci/deploy/pages.yml
- project: AlekSIS/official/AlekSIS
file: "/ci/general.yml"
- project: AlekSIS/official/AlekSIS
file: "/ci/test/test.yml"
- project: AlekSIS/official/AlekSIS
file: "/ci/test/lint.yml"
- project: AlekSIS/official/AlekSIS
file: "/ci/test/security.yml"
- project: AlekSIS/official/AlekSIS
file: "/ci/build/dist.yml"
- project: AlekSIS/official/AlekSIS
file: "/ci/publish/pypi.yml"
- project: AlekSIS/official/AlekSIS
file: "/ci/docker/image.yml"
- project: AlekSIS/official/AlekSIS
file: "/ci/deploy/review.yml"
- project: AlekSIS/official/AlekSIS
file: "/ci/deploy/trigger_dist.yml"
- project: AlekSIS/official/AlekSIS
file: "/ci/deploy/pages.yml"
- template: Security/SAST.gitlab-ci.yml
stages:
- test
sast:
stage: test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment