提交 fb200f97 编写于 作者: R Rémy Coutable

Merge branch 'add-sast-dast-artifact-path' into 'master'

Make sast & dast artifacts browseable

See merge request gitlab-org/gitlab-ce!32219
......@@ -17,6 +17,10 @@ sast:
variables:
SAST_BRAKEMAN_LEVEL: 2
SAST_EXCLUDED_PATHS: qa,spec,doc
artifacts:
expire_in: 7 days
paths:
- gl-sast-report.json
dependency_scanning:
extends: .reports
......@@ -27,3 +31,7 @@ dast:
dependencies: ["review-deploy"]
before_script:
- export DAST_WEBSITE="$(cat review_app_url.txt)"
artifacts:
expire_in: 7 days
paths:
- gl-dast-report.json
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册