Skip to content

iosifache/semgrep-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semgrep logo

Code scanning at ludicrous speed, all in a snap

Snapcraft's Version     PyPI's Version     GitHub Build Workflow Status

Description

Semgrep is an open source static code analysis tool that may be used to identify vulnerabilities in your own codebase or third-party dependencies. The goal of this repository is to package Semgrep as a (community) snap that can be effortlessly installed across a variety of Linux distributions.

Get it from the Snap Store

Notice: If you want to view the officially recommended method of installing the OSS engine, refer to the Semgrep documentation.

Local Build

  1. Clone this repository: git clone https://github.com/iosifache/semgrep-snap
  2. Move into the cloned repository: cd semgrep-snap
  3. Install Snapcraft: sudo snap install snapcraft --classic
  4. Build the snap: snapcraft --verbose
  5. Install the snap: snap install --dangerous ./semgrep_*.snap
  6. Test the snap by running the semgrep command: semgrep