Merge branch 'feat/website-api' of https://perditum.com/perditum/account-rs into feat/website-api

This commit is contained in:
ssdrive 2025-04-29 12:53:31 +02:00
commit b2884e5ba0

View file

@ -12,7 +12,7 @@ stages:
- initialize-submodules
- build
- push
- test # for SAST + Dependency Scanning
build:
stage: build
@ -31,3 +31,22 @@ 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