Skip to content

feat(documentation): Update documentation to release 2.1.0 #6

feat(documentation): Update documentation to release 2.1.0

feat(documentation): Update documentation to release 2.1.0 #6

Workflow file for this run

---
name: Checkov
on:
pull_request:
paths:
- "**.tf"
jobs:
checkov:
name: Checkov
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Run Checkov
uses: bridgecrewio/[email protected]
with:
config_file: checkov-config.yml
output_format: github_failed_only