Skip to content

creating our own branch and adding 2 new detection items to it. #37

creating our own branch and adding 2 new detection items to it.

creating our own branch and adding 2 new detection items to it. #37

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