![]()
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
- Outpost24 - What is best for application security testing: SAST, DAST, or SCA
- Microsoft - Zero Trust DevSecOps
- DoD - DoD Enterprise DevSecOps Source Diagrams - Diagram to visual the DevSevOps Enterprise Architecture of DoD CIO π (Recommended)
Technology
- OWASP - DevSecOps Guideline π (Recommended)
- Medium - Building end-to-end DevSecOps for AWS Migration: Security at Entry Level with open source SCA, SAST and DAST tools
- Medium - Establishing an Enterprise-Ready DevSecOps CI/CD Pipeline on GitHub Actions on Google Cloud
- AWS - Building an end-to-end Kubernetes-based DevSecOps software factory on AWS π (Recommended)
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.