Skip to content

feat(github-action): Implement cfn-guard as a Github Action in TS #17

feat(github-action): Implement cfn-guard as a Github Action in TS

feat(github-action): Implement cfn-guard as a Github Action in TS #17

Workflow file for this run

name: cfn-guard Validate
on: [pull_request]
jobs:
guard:
runs-on: ubuntu-latest
permissions: write-all
name: cfn-guard validate
steps:
- name: cfn-guard Validate
uses: dannyvassallo/cloudformation-guard@action-v0.0.034
with:
rules: './guard/resources/validate/rules-dir/'
data: './guard/resources/validate/data-dir/'
token: ${{ secrets.GITHUB_TOKEN }}