# Secure SDLC (DevSecOps)

DevSecOps encompasses automated security controls integrated within a DevOps pipeline to enhance the security posture of software builds and deployments. In contrast, Secure Software Development Lifecycle (Secure SDLC) is a broader framework that extends beyond DevOps, encompassing practices such as Threat Modeling, Design Review, and security training initiatives.

<img src="/files/3rUQUgH0kgSHCQjraui4" alt="" class="gitbook-drawing">

AquilaX primarily focuses on code scanning practices, positioning itself within the realm of DevSecOps while not exclusively confined to it. Examples of AquilaX usage scenarios include:

1. Pre-release scanning
2. Pre and post-build analysis
3. Periodic security assessments
4. Training support\\

As our capabilities expand daily, it is crucial to emphasize that AquilaX serves primarily as a versatile tool, akin to a multitool or Swiss Army knife, catering to various application security needs.


---

# 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://docs.aquilax.ai/blog/secure-sdlc-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.
