Skip to content

Update checkov.yml

Update checkov.yml #59

Workflow file for this run

name: checkov
on:
# this can be trigger based on both master and main branch.
push:
branches: [ "tflint-3"]
workflow_dispatch:
jobs:
scan:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read #
uses: clouddrove/github-shared-workflows/.github/workflows/checkov.yml@issue_502
with:
directory: ./prod/
framework: Terraform
continue_on_error: true