#!/bin/bash
cd "$(dirname "$0")"
cd ../../../
echo "GIT history is now being scanned for secrets"
git secrets --scan-history
bash