Skip to content

Execute CloudConformity scan on stack template

Actions
Using reecetech s Hermitcrab tooling, this action staticly analyses Cloudformation templates.
0.3.0
Latest
Star (0)

Tags

 (1)

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

Execute CloudConformity scan on stack template is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Using reecetech s Hermitcrab tooling, this action staticly analyses Cloudformation templates.
0.3.0
Latest

Tags

 (1)

Execute CloudConformity scan on stack template is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.