Skip to content

Update bridgecrewio/checkov-action action to v12.2956.0 #2803

Update bridgecrewio/checkov-action action to v12.2956.0

Update bridgecrewio/checkov-action action to v12.2956.0 #2803

Workflow file for this run

---
name: pre-commit
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: pre-commit/[email protected]
with:
extra_args: -a --show-diff-on-failure