Skip to content

Escape-Technologies/awesome-devsecops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

awesome-devsecops Awesome TAG

Awesome list of DevSecOps Tools

Tools

SCA (Dependency Analysis)

  • DependencyCheck - Tool that searches for vulnerabilities in your dependencies by OWASP.
  • Snyk - CLI that finds vulnerabilities in your dependencies, supports various languages.

SAST (Source Code Analysis)

  • semgrep - Awesome tool that can highlight vulnerable code like a linter. Supports various languages.
  • bandit - finds security flaws in Python code.
  • brakeman - finds security flaws in Ruby on Rails code.
  • dawnscanner - finds security flaws in Ruby code.
  • GolangCI-Lint - finds vulnerabilities in Go code.
  • Security Code Scan - finds flaws in .NET code.

DAST (Dynamic Application Security Testing)

  • Nuclei - Web security scanning framework with a large community database of security checks.

SIEM (Security Event Management)

  • OSSIM - Free & Open Source Security Incident Event Management

Secret Detection

Ressources

About

A curated list of awesome DevSecOps Tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors