remove SAST and dep scan

This commit is contained in:
andrea 2025-05-08 08:02:14 +00:00
commit cb18135d91

View file

@ -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