From cb18135d91caef2b52e250ed5aa6764af8d23a5e Mon Sep 17 00:00:00 2001 From: andrea Date: Thu, 8 May 2025 08:02:14 +0000 Subject: [PATCH] remove SAST and dep scan --- .gitlab-ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ae1303..34fb4f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ stages: - initialize-submodules - build - push - - test # for SAST + Dependency Scanning build: stage: build @@ -31,22 +30,3 @@ push: only: - main -sast: - stage: test - allow_failure: true - script: ['echo "Running SAST scan"'] - artifacts: - reports: - sast: gl-sast-report.json - rules: - - if: $CI_COMMIT_BRANCH - -dependency_scanning: - stage: test - allow_failure: true - script: ['echo "Running dep scan"'] - artifacts: - reports: - dependency_scanning: gl-dependency-scanning-report.json - rules: - - if: $CI_COMMIT_BRANCH