Skip to content
Snippets Groups Projects
Commit 25bbab13 authored by Marko Rintamäki's avatar Marko Rintamäki
Browse files

Update .gitlab-ci.yml

parent f6575df0
No related branches found
No related tags found
No related merge requests found
...@@ -10,3 +10,14 @@ build: ...@@ -10,3 +10,14 @@ build:
- main - main
tags: tags:
- general - general
stages:
- test
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
- template: Jobs/Container-Scanning.gitlab-ci.yml
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