Skip to content

Commit

Permalink
Add CloudFormation Guard (GitHub Actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Feb 8, 2024
1 parent c3497b2 commit d2d708e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/cfn-guard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CloudFormation Guard Action

on:
push:
paths:
- 'cloudformation/**'

jobs:
cfn-guard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: grolston/guard-action@main
with:
data_directory: './cloudformation/'
rule_set: "wa-Reliability-Pillar"

- uses: grolston/guard-action@main
with:
data_directory: './cloudformation/'
rule_set: "wa-Security-Pillar"

0 comments on commit d2d708e

Please sign in to comment.