Skip to content

Upgrade report to use schema version 14.0.3

Cameron Swords requested to merge upgrade-report-to-schema-version-1403 into main

What does this MR do?

Upgrades the DAST report schema to version 14.0.3 so that the scan.analyzer field can be included:

"scan": {
  "analyzer": {
    "id": "gitlab-dast",
    "name": "GitLab DAST",
    "vendor": {
      "name": "GitLab"
    },
    "version": "2.0.3"
  }
}

This will ensure that data is tracked as part of gitlab-org/gitlab#329157 (closed).

What are the relevant issue numbers?

gitlab-org/gitlab#329157 (closed)

GitLab Docs MR

n/a

Edited by Cameron Swords

Merge request reports