remove SAST and dep scan
This commit is contained in:
parent
e41e7ba3b3
commit
cb18135d91
1 changed files with 0 additions and 20 deletions
|
|
@ -12,7 +12,6 @@ stages:
|
||||||
- initialize-submodules
|
- initialize-submodules
|
||||||
- build
|
- build
|
||||||
- push
|
- push
|
||||||
- test # for SAST + Dependency Scanning
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
@ -31,22 +30,3 @@ 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