From 07523a40b3f8c7171dbc73b7e7288666aa910cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Rintam=C3=A4ki?= <marko.rintamaki@jamk.fi> Date: Tue, 2 Apr 2024 15:47:04 +0300 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10e9668..bce283f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,52 +1,10 @@ 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: -- GitLab