# DevSecOps

## O que é?

DevSecOps é a prática que foca na automação, teste e verificações de segurança no fluxo de DevOps.

É uma metodologia composta por métodos, técnicas e processos que visa conectar Desenvolvimento, Segurança e Operação, passando por todos os estágios de DevOps: Plan, Code, Build, Test, Release, Deploy, Operate, Monitor.

## Onde Aprender

* [TryHackMe :: Intro to Pipeline Automation](https://tryhackme.com/room/introtopipelineautomation)

## Links Úteis

* [Github :: Ultimate DevSecOps Library by sottlmarek](https://github.com/sottlmarek/DevSecOps)
* [Github :: DevSecOps Roadmap by hahwul](https://github.com/hahwul/DevSecOps)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/devsecops.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
