Skip to content

Instantly share code, notes, and snippets.

View jingles's full-sized avatar

Josh Boyer jingles

View GitHub Profile
@jingles
jingles / trufflehog_version_diff.md
Created February 27, 2024 14:21
Something has changed since 3.63.4 and my github PAT is not recognized

Here is the run with TF 3.63.4

docker run --rm -v "$REPO_PATH":/tmp -w /tmp \             
      ghcr.io/trufflesecurity/trufflehog:${VERSION} \
      git file:///tmp/ \
      --since-commit \
      ${base_commit:-''} \
      --branch \
      ${head_commit:-''} \