Merge branch 'feat/website-api' of https://perditum.com/perditum/account-rs into feat/website-api
This commit is contained in:
commit
b2884e5ba0
1 changed files with 20 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ stages:
|
||||||
- initialize-submodules
|
- initialize-submodules
|
||||||
- build
|
- build
|
||||||
- push
|
- push
|
||||||
|
- test # for SAST + Dependency Scanning
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
@ -31,3 +31,22 @@ push:
|
||||||
only:
|
only:
|
||||||
- main
|
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue