Skip to content

Add checkov secret scanning #1

Add checkov secret scanning

Add checkov secret scanning #1

Workflow file for this run

name: Security
on:
pull_request:
jobs:
scan:
permissions:
contents: read
actions: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkov@v3
- name: Run checkov
uses: bridgecrewio/checkov-action
env:
ENABLE_SECRET_SCAN_ALL_FILES: TRUE
with:
framework: secrets