Skip to content

security: review summary (redacted) + safe P0/P1 hardening #250

security: review summary (redacted) + safe P0/P1 hardening

security: review summary (redacted) + safe P0/P1 hardening #250

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@f446421baf832d6356c42c1743d99abff52ff334 # v3.95.7
with:
extra_args: --results=verified,unknown