attempt to run SAST
This commit is contained in:
parent
c4cd1fd16a
commit
b903a20a58
1 changed files with 18 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue