Skip to content

Update readme1.md

Update readme1.md #53

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: ./k8s/
framework: kubernetes
continue_on_error: true