Skip to content

updating version due to CVE #29

updating version due to CVE

updating version due to CVE #29

name: TruffleHog Secret Scan
on:
workflow_dispatch:
pull_request:
#todo - add required branches like release**, CHEF-18 etc.. - actually add these in the repo starting event (snce inpsec is different from onfra 19)
branches: [ main ]
jobs:
TruffleHog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog Secret Scan
uses: trufflesecurity/trufflehog@main
with:
path: ./
continue-on-error: false