Skip to content

AutoSecFlow — zero-setup composite GitHub Action + REST API + Chrome extension: 1-click runs Trivy/Semgrep/TruffleHog & friends, outputs SARIF/markdown. Docker-compose ready, OIDC auth, 20+ scanners. SecDevOps in a box.

License

Notifications You must be signed in to change notification settings

Trytonottry/AutoSecFlow

🚀 AutoSecFlow

One-click security pipeline for GitHub Actions, REST API & Chrome Extension

demo

GitHub release Awesome Build & Lint Coverage License

🪄 Features

  • Composite GitHub Action – zero-setup, OIDC-auth, 3-second start
  • REST API – POST repo URL → get SARIF+Markdown report
  • Chrome Extension – 1-click scan of any repo
  • Docker-Compose – self-hosted «SecDevOps in a box»
  • 20+ built-in scanners (Trivy, Semgrep, TruffleHog, Checkov, ZAP…)

🚀 Quick Start

GitHub Action

- uses: Trytonottry/AutoSecFlow@v1
  with:
    scanners: "trivy,semgrep"

API

curl -X POST https://api.autosecflow.dev/scan \
  -H "Content-Type: application/json" \
  -d '{"repo_url":"https://github.com/Trytonottry/repo","scanners":["trivy"]}'

Docker

git clone https://github.com/Trytonottry/AutoSecFlow && cd AutoSecFlow
docker-compose up

📄 License

MIT © TryToNotTry

About

AutoSecFlow — zero-setup composite GitHub Action + REST API + Chrome extension: 1-click runs Trivy/Semgrep/TruffleHog & friends, outputs SARIF/markdown. Docker-compose ready, OIDC auth, 20+ scanners. SecDevOps in a box.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published