Skip to content

fix(DMVP-3130): Added storage_encrypted variable to db module #42

fix(DMVP-3130): Added storage_encrypted variable to db module

fix(DMVP-3130): Added storage_encrypted variable to db module #42

Workflow file for this run

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