1
0
Fork 0
mirror of synced 2026-06-05 17:48:19 +00:00
configure-aws-credentials/examples/cfn-deploy-example/.github/workflows/compliance.yml
Melle van der Linde 39228ca2bf
chore(deps): update github actions versions (#1128)
Co-authored-by: Melle <melle@git.com>
Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com>
2024-08-09 18:43:54 -07:00

15 lines
No EOL
418 B
YAML

name: 'compliance'
## run ci testing on all push events
on: [push]
jobs:
## Guard rule set
sast-guard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: grolston/guard-action@main
with:
data_directory: './cloudformation/' ## change to your template directory
rule_set: 'FedRAMP-Moderate'
show_summary: 'all'
output_format: 'single-line-summary'