breaking(main): Update enable_https_traffic_only to https_traffic_only_enabled #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |