Skip to content

Merge remote-tracking branch 'origin/github_commits_graphql' into gitโ€ฆ #324

Merge remote-tracking branch 'origin/github_commits_graphql' into gitโ€ฆ

Merge remote-tracking branch 'origin/github_commits_graphql' into gitโ€ฆ #324

name: 'terrafrom-sec-analysis'
on:
push:
branches:
- '**'
jobs:
tfsec:
strategy:
matrix:
example_path: [
'examples-dev/aws',
'examples-dev/gcp',
]
uses: ./.github/workflows/terraform-sec-analysis.yaml
with:
example_path: ${{ matrix.example_path }}