#!/usr/bin/env bash
set -euo pipefail
gitleaks detect --source . --report-format json --report-path gitleaks-report.json
