#!/usr/bin/env bash
set -euo pipefail
docker run --rm -v "$PWD:/work" ghcr.io/trufflesecurity/trufflehog:latest git file:///work --json > trufflehog-report.json
