Skip to content

Clarify how to download sast report artifact in UI

Greg Myers requested to merge docs-download-sast-report-artifact into master

What does this MR do?

Clarifies that artifacts:paths must be set to download gl-sast-report.json artifact via the UI.

Screenshots (strongly suggested)

Without artifacts:paths for gl-sast-report.json

SAST job run with just

include:
  - template: Security/SAST.gitlab-ci.yml

Scans files but artifacts are not downloadable via the UI

image

With artifacts:paths for gl-sast-report.json

include:
  - template: Security/SAST.gitlab-ci.yml

phpcs-security-audit-sast:
  artifacts:
    paths:
      - gl-sast-report.json

image

@rdickenson ready for review!

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Greg Myers

Merge request reports