Skip to content

feat: bump version to1.3.0 and update deps; iterate nested (#73) #235

feat: bump version to1.3.0 and update deps; iterate nested (#73)

feat: bump version to1.3.0 and update deps; iterate nested (#73) #235

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0 # Required for TruffleHog to scan git history
- name: Secret Scanning
uses: trufflesecurity/trufflehog@30d5bb91af1a771378349dbbb0c82129392acf70 # v3.95.6
with:
extra_args: --results=verified,unknown