Skip to content

Change migrations Job to use task-runner image

Gerard Hickey requested to merge bug/1808_migrations_job into master

The migrations job previously used the rails image which defaulted to running the job as root within the container. This was exposed during security scanning. Using the task-runner image allows the job to run as a non-root user.

Closes: #1808 (closed)

Edited by Jason Plum

Merge request reports