> For the complete documentation index, see [llms.txt](https://docs.fourclover.org/v0.1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fourclover.org/v0.1/use-cases/devsecops-engineer.md).

# DevSecOps Engineer

**Scenario**

A DevOps engineer wants to ensure build artifact integrity and prevent malicious code from reaching production.

**Command**

Integrate Four Clover into the CI/CD pipeline to validate build artifacts.

**Example Command**

```bash
fourclover snapshot mytargetdir -hashes sha256 -name "Build Artifact Integrity"
```

**Outcome**

Integrating Four Clover prevents compromised code from reaching the deployment stage, enhancing security.
