Skip to content

Use scanner instead of analyzer for scan.scanner

Adam Cohen requested to merge rename-scannerinfo-to-metadata into master

What does this MR do?

This MR switches the scan.scanner details to use the scanner information instead of the analyzer information. See Security report provide Scanner version, not Analyzer version for details.

"scan": {
  "scanner": {
    "id": "bundler_audit",
    "name": "bundler-audit",
    "url": "https://github.com/rubysec/bundler-audit",
    "vendor": {
      "name": "GitLab"
    },
    "version": "0.7.0.1"
  },
  "type": "dependency_scanning"
}

What are the relevant issue numbers?

gitlab-org/gitlab#202053 (closed)

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports