Reusable GitHub Actions workflows for the Journee organization.
Scans PR diffs for leaked tokens, secrets, and credentials using TruffleHog.
Usage — add this to .github/workflows/secret-scan.yml in your repo:
name: Secret Scan
on:
pull_request:
branches: [main]
jobs:
trufflehog:
uses: journee-live/gh-workflows/.github/workflows/secret-scan.yml@mainThen enforce it as a required status check via branch protection or an org-level ruleset.