General

Repositories

  • awesome-devsecops: Curating the best DevSecOps resources and tooling 🌟 (Recommended)
  • dynamic-analysis: A curated list of dynamic analysis tools and linters
  • static-analysis: A curated list of static analysis (SAST) tools and linters 🌟 (Recommended)
  • awesome-iam: πŸ‘€ Identity and Access Management knowledge for cloud platforms 🌟 (Recommended)
  • OWASP - Free for Open Source Application Security Tools: the following lists ofΒ automated vulnerability detection toolsΒ that areΒ free for open sourceΒ projects have been gathered together here to raise awareness of their availability. 🌟 (Recommended)
  • Blog - The DevSec Blueprint: Β a comprehensive, free, and open-source learningΒ guideΒ designed to equip you with the essential skills and knowledge needed to transition into or grow your Cloud Security Development & DevSecOps career.
  • OWASP - Source Code Analysis Tools: The collections of SAST which organized by OWASP and community contribution

Technique

Technology

Stories

DevSecOps Tools

Source: OWASP DevSecOps Guideline

SAST

  • Sonarqube: An on-premise analysis tool designed to detect coding issues 🌟 (Recommended)
  • Sonar Rule: The collections of rule integrate into Sonarqube Server
  • trivy: Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more 🌟 (Recommended)
  • GitGuardian ggshield: a CLI application that runs in your local environment or in a CI environment to help you detect more than 500+ types of secrets. 🌟 (Recommended)

DAST

  • Nettacker : Automated Penetration Testing Framework - Open-Source Vulnerability Scanner - Vulnerability Management
  • nuclei : Fast and customizable vulnerability scanner based on simple YAML based DSL. Doc and Cloud Platform 🌟 (Recommended)
  • zaproxy : The ZAP core project 🌟 (Recommended)

Dependencies Check

  • DependencyCheck: a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.