Updating Semgrep
We release new Semgrep versions often, with many performance and bug improvements.
Stay up to date by running the latest version of Semgrep automatically in CI. Or use the following commands:
Using Homebrew:
brew upgrade semgrep
Using pip:
python3 -m pip install --upgrade semgrep
Using Docker:
docker pull returntocorp/semgrep:latest
Find what you needed in this doc? Join the Semgrep Community Slack group to ask the maintainers and the community if you need help.