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

reecetech/cloudconformity-cfn-scan-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages