Releases: cleancloud-io/scan-action
Release v1
CleanCloud Scan Action v1
GitHub Action for https://github.com/cleancloud-io/cleancloud — a read-only cloud hygiene scanner for AWS and Azure.
Features:
Scan AWS (all regions or specific region) and Azure with a single action
Enforcement gates: fail-on-confidence, fail-on-cost, fail-on-findings
JSON, CSV, markdown, and human-readable output
Version pinning support
Works on Ubuntu, macOS, and Windows runners
Usage:
uses: cleancloud-io/scan-action@v1
with:
provider: aws
all-regions: 'true'
fail-on-confidence: HIGH
fail-on-cost: '100'
See the https://github.com/cleancloud-io/scan-action#readme for full AWS and Azure examples.
Release v1.3.0 - after latest cleancloud policy-as-code support
Release v1.2.0 - GCP support
Full Changelog: v1.1.0...v1.2.0
Release v1.1.0
Update action.yml as per latest multi account/subscription scan feature
Release v1.0.0
CleanCloud Scan Action v1.0.0
GitHub Action for https://github.com/cleancloud-io/cleancloud — a read-only cloud hygiene scanner for AWS and Azure.
Features:
- Scan AWS (all regions or specific region) and Azure with a single action
- Enforcement gates: fail-on-confidence, fail-on-cost, fail-on-findings
- JSON, CSV, markdown, and human-readable output
- Version pinning support
- Works on Ubuntu, macOS, and Windows runners
Usage:
- uses: cleancloud-io/scan-action@v1
with:
provider: aws
all-regions: 'true'
fail-on-confidence: HIGH
fail-on-cost: '100'
See the https://github.com/cleancloud-io/scan-action#readme for full AWS and Azure examples.