Skip to content

Programmatically enforce scanner version

Adam Cohen requested to merge programmatically-enforce-scanner-version into master

What does this MR do?

This MR updates the metadata package so it automatically reads the scanner version value from the SCANNER_VERSION environment variable defined in the Dockerfile. This will make it easier to update the upstream scanner version, since we'll have a single source of truth to define the version, instead of needing to remember to update two different files.

A changelog entry is not needed because there are no behaviour changes.

What are the relevant issue numbers?

gitlab-org/gitlab#235059 (closed)

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports