Update .gitlab-ci.yml file

This commit is contained in:
andrea 2025-04-28 09:56:56 +00:00
commit 9cc643814f

View file

@ -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