SAST artifact download on security tab page remove Download Scanned resources
Follow up tech debt issue for:
Problem:
- Now that we have artifact download dropdown, we should remove the inline download text.
Notes:
-
Although it was mentioned in #333660 (closed), we need to confirm that
Download Scanned Resources
is still the same kind of assets exposed the graphQL API -
Artifact download exposes graphQL .json artifact as well as a zip archive of all assets produced in the job. We default to only showing the
json
artifact with the existing dropdowns, we'd need to support full .zip archives if we want other assets downloaded.
fragment JobArtifacts on Pipeline {
jobs(securityReportTypes: $reportTypes) {
nodes {
name
artifacts {
nodes {
downloadPath
fileType
}
}
}
}
}
Proposed solution
Required | Stretch | |
---|---|---|
Description | Move the download button of fuzz result to table and change copy | Besides required, add download result for SAST |
Design screen | ![]() |
![]() |
Figma link | https://www.figma.com/file/xUrL2HFIvB2Nx8cSwFW7gV/DAST-MR-Pipeline-Improvement?node-id=70%3A40 | https://www.figma.com/file/xUrL2HFIvB2Nx8cSwFW7gV/DAST-MR-Pipeline-Improvement?node-id=220%3A0 |