Skip to content

Commit

Permalink
add short devsecops intro
Browse files Browse the repository at this point in the history
  • Loading branch information
xanhacks committed Dec 11, 2022
1 parent 932d47d commit f2d56a3
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docs/others/devsecops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: DevSecOps
description: DevSecOps
---

# DevSecOps

DevSecOps is a term that refers to the integration of security practices into the software development and operations process. The main objective of devsecops is to make security an integral part of the software development lifecycle, rather than treating it as an afterthought. This approach enables organizations to build and deploy secure applications more quickly and efficiently, while also reducing the risk of security breaches and vulnerabilities.

## Methodology

- Vulnerability checks in dependencies
- SAST
- Code analysis
- IDE
- Pre-commit
- Pipeline
- DAST
- Vulnerabilties management

## Tools

### Vulnerability checks in dependencies

- dependency check
- snyk
- trivy
- ...

### SAST

- lint*
- SonarQube
- ...

### DAST

- nuclei
- OWASP ZAP
- ...

### Vulnerabilties management

- DefectDojo

0 comments on commit f2d56a3

Please sign in to comment.