Skip to content

Fix Ruby build and add runtime Gemfile.lock generation support #44

Fix Ruby build and add runtime Gemfile.lock generation support

Fix Ruby build and add runtime Gemfile.lock generation support #44

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@v6
with:
fetch-depth: 0
- name: TruffleHog Secret Scan
uses: trufflesecurity/trufflehog@main
with:
path: ./
continue-on-error: false