Skip to content

Fix historic scan bug

Zach Rice requested to merge fix/historic-scan-bug into master

What does this MR do?

Fixes a bug where we used c.IsSet(SECRET_DETECTION_HISTORIC_SCAN) to check if an historic scan should be kicked off rather than extracting the value using c.Bool(SECRET_DETECTION_HISTORIC_SCAN)

What are the relevant issue numbers?

gitlab-org/gitlab#331798 (closed)

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports