diff --git a/doc/user/project/merge_requests/sast.md b/doc/user/project/merge_requests/sast.md index 0b2ca0c090fb97826565630d3f8bcc0e101a5733..586e8800db6a608ad97bb6e64e37588ed080e69e 100644 --- a/doc/user/project/merge_requests/sast.md +++ b/doc/user/project/merge_requests/sast.md @@ -56,7 +56,7 @@ This check is performed by a specific analyzer during the `sast` job. It runs re language of your app, and you don't need to change anything to your CI/CD configuration file to turn it on. Results are available in the SAST report. -GitLab currently includes [Gitleaks](https://github.com/zricethezav/gitleaks), [TruffleHog](https://github.com/dxa4481/truffleHog), and [Diffence](https://github.com/techjacker/diffence). +GitLab currently includes [Gitleaks](https://github.com/zricethezav/gitleaks) and [TruffleHog](https://github.com/dxa4481/truffleHog) checks. ## How it works