Home/Free DevSecOps Tools

Free DevSecOps Tools

Integrate security into your development pipeline with free and open source DevSecOps tools. Browse CI/CD security, secrets scanning, SAST, container scanning, and policy-as-code tools.

99 toolsΒ·12 sub-categoriesΒ·Updated April 2026

Showing 24 of 99 tools

earthly icon

earthly

earthly/earthly

Framework

Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby.

11.8K
10 months ago
pull icon

pull

wei/pull

Tool

πŸ€– Keep your forks up-to-date via automated PRs

6.6K
10 months ago
jx icon

jx

jenkins-x/jx

Tool

Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton

4.6K
10 months ago
zizmor icon

zizmor

zizmorcore/zizmor

Tool

Static analysis for GitHub Actions

3.5K
3 months ago
garden icon

garden

garden-io/garden

Tool

Automation for Kubernetes development and testing. Spin up production-like environments for development, testing, and CI on demand. Use the same configuration and workflows at every step of the process. Speed up your builds and test runs via shared result caching

3.5K
10 months ago
okteto icon

okteto

okteto/okteto

Tool

Develop your applications directly in your Kubernetes Cluster

3.4K
10 months ago
kargo icon

kargo

akuity/kargo

Tool

Application lifecycle orchestration

2.4K
10 months ago
DevSecOps icon

DevSecOps

hahwul/DevSecOps

Documentation

♾️ Collection and Roadmap for everyone who wants DevSecOps. Hope your DevOps are more safe 😎

2.1K
about 1 month ago
DevSecOps-Playbook icon

DevSecOps-Playbook

6mile/DevSecOps-Playbook

Documentation

This is a step-by-step guide to implementing a DevSecOps program for any size organization

2.0K
about 1 month ago
nocalhost icon

nocalhost

nocalhost/nocalhost

Tool

Nocalhost is Cloud Native Dev Environment.

1.9K
10 months ago
awesome-devsecops icon

awesome-devsecops

JakobTheDev/awesome-devsecops

Documentation

Curating the best DevSecOps resources and tooling.

1.6K
about 1 month ago
dyrectorio icon

dyrectorio

dyrector-io/dyrectorio

Tool

dyrector.io is a self-hosted continuous delivery & deployment platform with version management.

1.6K
10 months ago
DevSecOpsGuideline icon

DevSecOpsGuideline

OWASP/DevSecOpsGuideline

Documentation

The OWASP DevSecOps Guideline can help us to embedding security as a part of the development pipeline.

1.0K
about 1 month ago
ratchet icon

ratchet

sethvargo/ratchet

Tool

A tool for securing CI/CD workflows with version pinning.

843
9 months ago
chart-releaser icon

chart-releaser

helm/chart-releaser

Tool

Hosting Helm Charts via GitHub Pages and Releases

744
10 months ago
argocd-operator icon

argocd-operator

argoproj-labs/argocd-operator

Tool

A Kubernetes operator for managing Argo CD clusters.

738
10 months ago
kool icon

kool

kool-dev/kool

Tool

From local development to the cloud: web apps development with containers made easy.

687
10 months ago
raven icon

raven

CycodeLabs/raven

Tool

CI/CD Security Analyzer

664
8 months ago
chart-releaser-action icon

chart-releaser-action

helm/chart-releaser-action

Tool

A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool

617
10 months ago
secure-repo icon

secure-repo

step-security/secure-repo

Tool

Orchestrate GitHub Actions Security

294
8 months ago
frizbee icon

frizbee

stacklok/frizbee

Tool

Throw a tag at it and it comes back with a checksum.

145
8 months ago
Flow icon

Flow

Mixeway/Flow

Tool

Repository containing source code of MixewayFlow service that is Swiss army knife for DevSecOps Teams

51
8 months ago
devsecops-engine-tools icon

devsecops-engine-tools

bancolombia/devsecops-engine-tools

Tool

Toolchain for the evaluation of different devsecops practices

36
7 months ago
secure-pipeline-java-demo icon

secure-pipeline-java-demo

rmkanda/secure-pipeline-java-demo

Template

No description available

35
⚠ over 2 years ago

Can't find the right tool?

Describe what you need in plain English and our AI will find the best match from 10,000+ security tools.

Frequently Asked Questions

What is DevSecOps?

DevSecOps integrates security practices into the DevOps workflow β€” shifting security left so vulnerabilities are found and fixed during development rather than after deployment. It involves automating security testing in CI/CD pipelines, treating security as code, and fostering shared responsibility between development, operations, and security teams.

What is secrets scanning and why is it important?

Secrets scanning detects accidentally committed credentials (API keys, passwords, tokens) in source code and git history. Tools like Gitleaks, TruffleHog, and detect-secrets prevent credential exposure before it reaches production. GitHub's push protection and GitLab's secret detection provide native secrets scanning.

How do I add security to my CI/CD pipeline?

A typical DevSecOps pipeline includes: pre-commit hooks (secrets scanning, linting), SAST on every commit (Semgrep, Bandit), SCA for dependency vulnerabilities (OWASP Dependency-Check, Grype), container scanning (Trivy), DAST against staging environments (OWASP ZAP), and IaC scanning (Checkov, tfsec).

What is policy-as-code?

Policy-as-code defines security and compliance rules as machine-readable code that can be version-controlled, tested, and automatically enforced. Tools like Open Policy Agent (OPA), Kyverno, and Conftest allow teams to write policies that gate deployments, enforce Kubernetes configurations, and validate infrastructure changes.