This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryAdded GitHub Actions Marketplace reusable Action and pre‑commit hook support.
Full changelog
What's new
- GitHub Actions Marketplace - use cloud-audit as a reusable Action with SARIF upload, OIDC auth, and diff baseline support
- pre-commit hooks - scan and diff hooks for the pre-commit framework (pre-push stage)
- Version bump to 0.9.1
GitHub Action usage
- uses: gebalamariusz/cloud-audit@v0
with:
format: sarif
output: results.sarif
fail-on-findings: "false"
pre-commit usage
repos:
- repo: https://github.com/gebalamariusz/cloud-audit
rev: v0.9.1
hooks:
- id: cloud-audit
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About gebalamariusz/cloud-audit
Open-source AWS security scanner with attack chain detection, breach cost estimation, and copy-paste remediation (CLI + Terraform). 47 checks, 16 attack chain rules. First free standalone AWS security MCP server.
Related context
Related tools
Earlier breaking changes
- v2.2.0 Category enum gains THREAT value, separating active-abuse from SECURITY misconfigurations.
Beta — feedback welcome: [email protected]