Skip to content

OPSEXP-2900 Configurable init containers (#413) #577

OPSEXP-2900 Configurable init containers (#413)

OPSEXP-2900 Configurable init containers (#413) #577

Workflow file for this run

name: checkov
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
scan:
permissions:
contents: read
security-events: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run checkov
uses: bridgecrewio/checkov-action@d0e41abbcc8c1103c6ae7e451681d071f05e1c20 # v12.2873.0
with:
config_file: .checkov.yml
output_format: cli,sarif
output_file_path: console,results.sarif
skip_download: true # Do not download any data from Bridgecrew's servers
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
if: success() || failure()
with:
sarif_file: results.sarif