Skip to content

BAU: Bump bridgecrewio/checkov-action from 12.2907.0 to 12.2909.0 in the gha-all-dependencies group #4685

BAU: Bump bridgecrewio/checkov-action from 12.2907.0 to 12.2909.0 in the gha-all-dependencies group

BAU: Bump bridgecrewio/checkov-action from 12.2907.0 to 12.2909.0 in the gha-all-dependencies group #4685

Workflow file for this run

name: checkov
on:
push:
branches:
- main
pull_request:
branches:
- main
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 # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Checkov GitHub Action
uses: bridgecrewio/checkov-action@e6d0a8bcd744a15c35296f51478cd96fcbdada13 # v12.2909.0
with:
directory: ci/terraform
soft_fail: true
output_format: cli,sarif
output_file_path: console,results.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@064a406de026ea27990a5b507b56911401ca2f95 # v2.18.0
with:
sarif_file: results.sarif