Bump gitleaks version
What does this MR do?
This MR bumps gitleaks to v5.0.1 which includes gitleaks line extraction for both history commits and code present in the default branch. Gitleaks having a built in line extraction feature means that we can remove code from this analyzer with one caveat: gitleaks does not support multi-line regular expression so the line-begin
and line-end
fields in the report will be the same.
What are the relevant issue numbers?
gitlab-org/gitlab#232711 (closed)
Does this MR meet the acceptance criteria?
-
Changelog entry added -
Documentation created/updated for GitLab EE, if necessary -
Documentation created/updated for this project, if necessary -
Documentation reviewed by technical writer or follow-up review issue created -
Tests added for this feature/bug -
Job definition updated, if necessary -
Conforms to the code review guidelines -
Conforms to the Go guidelines -
Security reports checked/validated by reviewer
Edited by Zach Rice