Analysis updated 2026-05-18
Add secret scanning to a pipeline using Gitleaks templates and a matching pre commit hook.
Scan dependencies and container images for known vulnerabilities with Trivy workflows.
Run static analysis with Semgrep and check Terraform or CloudFormation configs with Checkov.
Install as a Claude Code skill so Claude picks and assembles the right workflows for your stack.
| shubomifashakin/devsecops-pipeline-scaffold | 0-bingwu-0/live-interpreter | 010zx00x1/faresnipe | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | — | Python | Python |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | ops devops | general | general |
Figures from each repo's GitHub metadata at analysis time.
Requires adjusting branch names, secrets, and thresholds per file before use.
DevSecOps Pipeline Scaffold is a collection of ready made GitHub Actions workflows and configuration files covering the security checks a typical software pipeline needs: scanning for secrets, scanning dependencies for known vulnerabilities, scanning container images, running static application security testing, and checking infrastructure configuration files like Terraform or CloudFormation. Each workflow file pairs with a matching config file, such as a Gitleaks settings file or a Semgrep ruleset, and a written explanation of why that check belongs at a particular stage of a pipeline rather than running on every single push. The project can be used two ways. The first is as plain templates: copy the workflow files into your own repository's GitHub Actions folder, copy the matching config files into your repo root, then adjust a handful of details such as your default branch name, whether you use Discord notifications, and how strict the failure thresholds should be. The second way is as a Claude Code skill. Because the repository includes a SKILL.md file plus supporting assets and reference documents, installing it through the skills command line tool lets Claude inspect your project, decide which checks actually apply to your tech stack, and assemble the right files automatically instead of you picking through them by hand. A pre commit hook is also included so secrets can be caught locally before code is ever pushed, working alongside the pipeline level secret scan that catches anything that slips through. The project is released under the MIT license, so the templates can be reused freely in other projects. It is aimed at developers and teams who want a working security baseline for their pipeline without researching and wiring up each tool individually.
Ready to use GitHub Actions workflows and a Claude Code skill that add secret, dependency, image, SAST, and config scanning to any pipeline.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.