Skip to content

dynamic_choices

dynamic_choices #45

name: TruffleHog OSS Security Scan
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
security-scan:
name: TruffleHog Security Scan
runs-on: ubuntu-latest
if: github.repository == 'supervaize/supervaizer' # Only run on public remote
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # Required for TruffleHog to scan git history
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --results=verified,unknown