diff --git a/CHANGELOG.md b/CHANGELOG.md index 9317328e689..6962d6be4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - Fixes - Doc + - Removed obsolete warning for semgrep as the issue has been fixed - CI @@ -273,7 +274,6 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - Fix csharp installation dependencies, by @nvuillam in - Fix powershell installation by @nvuillam in - - Doc - Update lintr links to their current locations, by @echoix in [#3122](https://github.com/oxsecurity/megalinter/issues/3122) - Update Pylint links to their current locations, by @echoix in [#3116](https://github.com/oxsecurity/megalinter/issues/3116) diff --git a/megalinter/descriptors/repository.megalinter-descriptor.yml b/megalinter/descriptors/repository.megalinter-descriptor.yml index f8024a32f0c..61aa6d09c1d 100644 --- a/megalinter/descriptors/repository.megalinter-descriptor.yml +++ b/megalinter/descriptors/repository.megalinter-descriptor.yml @@ -385,8 +385,6 @@ linters: linter_repo: https://github.com/returntocorp/semgrep linter_speed: 1 linter_text: | - **Disabled until https://github.com/semgrep/semgrep/issues/9632 is solved** - To use SemGrep in MegaLinter you must define a list of rulesets to use. Example: `REPOSITORY_SEMGREP_RULESETS: ["p/docker-compose","p/owasp-top-ten"]`