From ee906aca2d832a0945635ff6b4166015d04dae97 Mon Sep 17 00:00:00 2001 From: Fabio Busatto Date: Mon, 1 Apr 2019 08:02:59 +0000 Subject: [PATCH] Remove diffence from SAST docs --- doc/user/project/merge_requests/sast.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/project/merge_requests/sast.md b/doc/user/project/merge_requests/sast.md index 0b2ca0c090fb97..586e8800db6a60 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 -- GitLab