Skip to content

Fixing image variable for SAST analyzers

Zach Rice requested to merge fix-sast-analyzer-image into master

What does this MR do?

Fixes flawfinder, brakeman, and bandit SAST jobs not running. If the template goes live it would all pipelines using any of the three analyzers listed. The image variable had a missing variable expansion $ for the flawfinder, brakeman, and bandit analyzers that was introduced in the previous MR to the SAST template. This MR fixes that.

Failing job: https://gitlab.com/gitlab-org/security-products/tests/python-pipenv/-/jobs/706978119

Relates to #238080 (closed)

Screenshots

Screen_Shot_2020-08-27_at_10.37.17_AM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Lucas Charles

Merge request reports