Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check

GitHub Action

Cloud One Conformity Pipeline Scanner

v18 Pre-release

Cloud One Conformity Pipeline Scanner

check

Cloud One Conformity Pipeline Scanner

Scan CloudFormation files with Cloud One Conformity

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Cloud One Conformity Pipeline Scanner

uses: raphabot/conformity-template-scanner-pipeline@v18

Learn more about this action in raphabot/conformity-template-scanner-pipeline

Choose a version

Cloud Conformity Pipeline Scanner

Pipeline scanner uses Cloud Conformity's Template Scanner to secure your CloudFormation templates before they're deployed.

Requirements

Usage

To use the script, specify the following required environment variables:

  • cc_apikey
  • cc_region
  • template
  • acceptedQty (default: 0)

PS.: ALWAYS use secrets to expose your credentials!

Example

Add an Action in your .github/workflow yml file to scan your cloud formation template with Cloud One Conformity.

name: My CI/CD Pipeline

on: 
  push:
    branches: 
      - master
      
jobs:      
    CloudFormation-Scan:
       runs-on: ubuntu-latest
       steps:
          - name: Cloud One Conformity Pipeline Scanner
            uses: raphabot/conformity-template-scanner-pipeline@v15
            env:
              cc_apikey: ${{ secrets.apikey }}
              acceptedQty: 10
              cc_region: us-west-2
              template: template.yaml

Support

Official support from Trend Micro is not available. Individual contributors may be Trend Micro employees, but are not official support.