attempt to run SAST

This commit is contained in:
Andrea Toska 2025-04-28 11:54:18 +02:00
commit b903a20a58
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2

View file

@ -12,7 +12,7 @@ stages:
- initialize-submodules
- build
- push
- test # for SAST + Dependency Scanning
build:
stage: build
@ -31,3 +31,20 @@ push:
only:
- main
sast:
stage: test
allow_failure: true
artifacts:
reports:
sast: gl-sast-report.json
rules:
- if: $CI_COMMIT_BRANCH
dependency_scanning:
stage: test
allow_failure: true
artifacts:
reports:
dependency_scanning: gl-dependency-scanning-report.json
rules:
- if: $CI_COMMIT_BRANCH