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