Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (27 loc) · 1.35 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.35 KB

CloudConformity Scan Action 🔎☁️

Scan CloudFormation templates using CloudConformity.

Usage

- id: checkout
  name: Checkout code 🛒
  uses: actions/checkout@v2

- id: cfn-scan
  name: "Run cfn-scan 🔎"
  uses: reecetech/cfn-scan-action@v0
  with:
    cloudconformity-api-key: ###
    aws-region: ap-northeast-1
    cloudconformity-account-id: ###
    file-path: templates/template.yml

CloudConformity account ID is optional (if rules have been configured on account).

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
aws-region string true AWS region for the Cloudformation
stack
cloudconformity-account-id string false Cloud Conformity account ID for
data payload
cloudconformity-api-key string true Cloud Conformity API key
file-path string true Path to CloudFormation template
temp-input string false Trigger update-doc step