Update .gitlab-ci.yml file
This commit is contained in:
parent
b903a20a58
commit
9cc643814f
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ push:
|
||||||
sast:
|
sast:
|
||||||
stage: test
|
stage: test
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
script: ['echo "Running SAST scan"']
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
sast: gl-sast-report.json
|
sast: gl-sast-report.json
|
||||||
|
|
@ -43,6 +44,7 @@ sast:
|
||||||
dependency_scanning:
|
dependency_scanning:
|
||||||
stage: test
|
stage: test
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
script: ['echo "Running dep scan"']
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
dependency_scanning: gl-dependency-scanning-report.json
|
dependency_scanning: gl-dependency-scanning-report.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue