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

Update .gitlab-ci.yml

parent 8c415f8b
No related branches found
No related tags found
No related merge requests found
Pipeline #755173 failed
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
sast:
tags:
- general
dependency_scanning:
stage: test
tags:
- general
container_scanning:
stage: test
tags:
- general
variables:
CS_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
DOCKER_IMAGE: "$CI_REGISTRY_IMAGE$:$CI_COMMIT_TAG"
GIT_STRATEGY: none
secret_detection:
stage: test
tags:
- general
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