Skip to content

feat(documentation): Update version in documentation to upcoming release #8

feat(documentation): Update version in documentation to upcoming release

feat(documentation): Update version in documentation to upcoming release #8

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