#!/bin/sh
set -eu

repo_root="$(git rev-parse --show-toplevel)"
exec python3 "$repo_root/scripts/check_sensitive_info.py"
