#!/usr/bin/env bash
# Commit messages are as public as the diff, and are not covered by the pre-commit scan.
set -uo pipefail

ROOT="$(git rev-parse --show-toplevel)"
exec "$ROOT/scripts/pii_scan.sh" --message "$1"
