Skip to content
Snippets Groups Projects
Commit f602e5f9 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Merge branch 'Test/xxxx-gitlabCiPipelines' into 'main'

Build: Code Quality and SAST pipelines

See merge request !164
parents 89deb21d 8a2563ae
No related branches found
No related tags found
1 merge request!164Build: Code Quality and SAST pipelines
Pipeline #1011378 passed with warnings
......@@ -3,11 +3,17 @@ include:
file:
- /docker-runner.yml
- /nodejs.yml
- template: Code-Quality.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
- template: Security/License-Scanning.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
stages:
- build
- test
- publish
- code-analysis
build-branch:
extends: .build-branch
......@@ -20,3 +26,33 @@ test:
publish-gitlab:
extends: .publish-gitlab-release
code_quality:
stage: code-analysis
tags:
- runner:docker-privileged
artifacts:
paths: [gl-code-quality-report.json]
license_scanning:
stage: code-analysis
tags:
- runner:docker
sast:
stage: code-analysis
tags:
- runner:docker
artifacts:
reports:
sast: gl-sast-report.json
dependency_scanning:
stage: code-analysis
tags:
- runner:docker
secret_detection:
stage: code-analysis
tags:
- runner:docker
......@@ -15,4 +15,4 @@
"console": "integratedTerminal"
}
]
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment