Skip to content

SemgrepAnalyzer is a powerful and user-friendly tool designed for static code analysis using Semgrep which allow to generate output in HTML from Text and JSON.

Notifications You must be signed in to change notification settings

m14r41/SemgrepAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

SemgrepAnalyzer

SemgrepAnalyzer is a powerful and user-friendly tool designed for static code analysis using Semgrep by generating output in HTML. It enables developers and security professionals to scan codebases for vulnerabilities and code issues efficiently.

Setup tool

git clone https://github.com/m14r41/SemgrepAnalyzer.git

cd SemgrepAnalyzer

mv semgrepAnalyzer.py semgrepAnalyzer
chmod +x semgrepAnalyzer

sudo mv semgrepAnalyzer /usr/local/bin

cd .. && rm -rf SemgrepAnalyzer

Screenshot

image image image

Aditional

# install through pip
python3 -m pip install semgrep

# confirm installation succeeded by printing the currently installed version
semgrep --version

# Login
semgrep login

# Run scan
semgrep ci

semgrep scan --config auto 

About

SemgrepAnalyzer is a powerful and user-friendly tool designed for static code analysis using Semgrep which allow to generate output in HTML from Text and JSON.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published