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:
|
||||
stage: test
|
||||
allow_failure: true
|
||||
script: ['echo "Running SAST scan"']
|
||||
artifacts:
|
||||
reports:
|
||||
sast: gl-sast-report.json
|
||||
|
|
@ -43,6 +44,7 @@ sast:
|
|||
dependency_scanning:
|
||||
stage: test
|
||||
allow_failure: true
|
||||
script: ['echo "Running dep scan"']
|
||||
artifacts:
|
||||
reports:
|
||||
dependency_scanning: gl-dependency-scanning-report.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue