Skip to content

chore: Merge pull request #4 from dasmeta/DMVP-2829-move-s3-into-own-… #10

chore: Merge pull request #4 from dasmeta/DMVP-2829-move-s3-into-own-…

chore: Merge pull request #4 from dasmeta/DMVP-2829-move-s3-into-own-… #10

Workflow file for this run

name: Checkov
on:
pull_request:
push:
branches: [main, master]
jobs:
terraform-validate:
runs-on: ubuntu-latest
permissions:
actions: write
contents: write
discussions: write
pull-requests: write
security-events: write
id-token: write
strategy:
matrix:
path:
- /
steps:
- uses: dasmeta/reusable-actions-workflows/checkov@4.2.0
with:
fetch-depth: 0
directory: ${{ matrix.path }}
continue-on-error: true