Commit 3efe6f34 authored by Kyle Wiebers's avatar Kyle Wiebers

Make sast & dast artifacts browseable

parent 7671c592
......@@ -20,6 +20,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
......@@ -30,3 +34,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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment