Skip to content

Releases: cleancloud-io/scan-action

Release v1

17 Mar 14:50

Choose a tag to compare

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

07 Apr 20:24

Choose a tag to compare

Release v1.2.0 - GCP support

30 Mar 20:07

Choose a tag to compare

Release v1.1.0

22 Mar 09:52

Choose a tag to compare

Update action.yml as per latest multi account/subscription scan feature

Release v1.0.0

17 Mar 14:17

Choose a tag to compare


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.