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

Update .gitlab-ci.yml

parent e044d33c
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,26 @@ stages:
- test
- build
include:
- template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/License-Scanning.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
- template: Jobs/Container-Scanning.gitlab-ci.yml
variables:
SAST_DEFAULT_ANALYZERS: eslint, semgrep
DS_DEFAULT_ANALYZERS: retire.js/
CS_DEFAULT_BRANCH_IMAGE: $CI_REGISTRY_IMAGE/$CI_DEFAULT_BRANCH:$CI_COMMIT_SHA
CS_MAJOR_VERSION: 4
container_scanning:
variables:
CS_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
DOCKER_IMAGE: "$CI_REGISTRY_IMAGE$:$CI_COMMIT_TAG"
GIT_STRATEGY: none
build:
stage: build
image:
......
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