Skip to content

Fix DESCRIPTION_TEMPLATE bug in Docker executor

Adam Cohen requested to merge fix-file-loading-bug into master

What does this MR do?

This MR fixes a bug that occurred when running the security triage automation Docker container from CI jobs, because the /sta command was attempting to load the description.text.erb from the path /description.text.erb, however, it's actually located in /app/description.text.erb.

What are the relevant issue numbers?

N/A

Merge request reports