#!/usr/bin/env bash
set -euo pipefail
docker run --rm -v "$PWD:/repo" ghcr.io/zricethezav/gitleaks:latest detect --source /repo --report-format json --report-path /repo/gitleaks-report.json
