Skip to content

Support NaFlex dict inputs for forward_intermediates #778

Support NaFlex dict inputs for forward_intermediates

Support NaFlex dict inputs for forward_intermediates #778

Workflow file for this run

on:
push:
name: Secret Leaks
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@6bd2d14f7a4bc1e569fa3550efa7ec632a4fa67b # main
with:
# Only fail on verified secrets. Avoids CI breakage from unverified false positives
# (e.g. high-entropy base64 blobs in old notebook output cells) surfaced by full-tree
# scans when scanner detectors change. See PR #2708 discussion.
# 'unknown' = real candidates whose live verification errored (e.g. provider
# unreachable), so we still fail on maybe-real secrets; 'unverified' (the noisy
# false-positive bucket) is deliberately excluded.
# NOTE: use --results=..., not the deprecated/undocumented --only-verified alias.
extra_args: --results=verified,unknown