https://github.com/iosifache/semgrep-snap
The Semgrep code scanner as a snap 📦
https://github.com/iosifache/semgrep-snap
code-scanning semgrep snapcraft
Last synced: about 1 month ago
JSON representation
The Semgrep code scanner as a snap 📦
- Host: GitHub
- URL: https://github.com/iosifache/semgrep-snap
- Owner: iosifache
- License: mit
- Created: 2023-07-13T13:04:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T21:59:16.000Z (over 1 year ago)
- Last Synced: 2025-10-10T03:47:48.945Z (6 months ago)
- Topics: code-scanning, semgrep, snapcraft
- Homepage: https://snapcraft.io/semgrep
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Code scanning at ludicrous speed, all in a snap
 Â
 Â
# 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**.
[](https://snapcraft.io/semgrep)
> Notice: If you want to view the officially recommended method of installing the OSS engine, refer to the [Semgrep documentation](https://semgrep.dev/docs/getting-started/#installing-and-running-semgrep-locally).
# 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`