Skip to content

Bump bridgecrewio/checkov-action from 12.3093.0 to 12.3095.0 #178

Bump bridgecrewio/checkov-action from 12.3093.0 to 12.3095.0

Bump bridgecrewio/checkov-action from 12.3093.0 to 12.3095.0 #178

Workflow file for this run

name: Checkov
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
permissions: read-all
jobs:
checkov-job:
permissions:
actions: read
contents: read
security-events: write
statuses: none
runs-on: ubuntu-latest
name: checkov-action
steps:
- name: Checkout repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@1f64b282b7fd1cb3897c4b6123ac37a81ef6b214
with:
skip_check: CKV_DOCKER_2,CKV_DOCKER_3,CKV_SECRET_6,CKV2_ANSIBLE_3
quiet: true
output_format: cli,sarif
output_file_path: console,results.sarif
download_external_modules: true
skip_path: infra/helm/meshdb/charts
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3
if: success() || failure()
with:
sarif_file: results.sarif