Skip to content

Instantly share code, notes, and snippets.

@Matrix7867
Created July 21, 2020 07:59
Show Gist options
  • Save Matrix7867/74054882efe72e0b30d8347814284fee to your computer and use it in GitHub Desktop.
Save Matrix7867/74054882efe72e0b30d8347814284fee to your computer and use it in GitHub Desktop.
Installing semgrep tool in Ubuntu 18.04
wget https://github.com/returntocorp/semgrep/releases/download/v0.15.0/semgrep-v0.15.0-ubuntu-generic.sh
chmod +x semgrep-v0.15.0-ubuntu-generic.sh
./semgrep-v0.15.0-ubuntu-generic.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment