File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,3 +72,4 @@ platform/config/scheduler.yaml
7272manager
7373nodemanager
7474scheduler
75+ experiment
Original file line number Diff line number Diff line change 5555
5656echo " ==> Checking for leftover secrets in tracked files ..."
5757# Quick grep for obvious secret patterns in current HEAD
58- SECRETS=$( git grep -l -i ' root@123\|REMOVED \|3857358a44c4a49a55309e5d3e54497e\|mch_id.*[0-9]\{10\}\|23412432431' -- ' :!*.example' ' :!prepare_opensource.sh' || true)
58+ SECRETS=$( git grep -l -i ' root@123\|AliRoot@123 \|3857358a44c4a49a55309e5d3e54497e\|mch_id.*[0-9]\{10\}\|23412432431' -- ' :!*.example' ' :!prepare_opensource.sh' || true)
5959if [ -n " $SECRETS " ]; then
6060 echo " WARNING: potential secrets found in these tracked files:"
6161 echo " $SECRETS "
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ rsync -av --delete "${EXCLUDES[@]}" "$SRC/" "$DEST/"
101101echo " "
102102echo " ==> Checking for potential secrets in synced files ..."
103103cd " $DEST "
104- SECRETS=$( git grep -l -i ' root@123\|REMOVED \|3857358a44c4a49a55309e5d3e54497e\|mch_id.*[0-9]\{10\}\|23412432431' -- ' :!*.example' ' :!prepare_opensource.sh' ' :!sync_opensource.sh' || true)
104+ SECRETS=$( git grep -l -i ' root@123\|AliRoot@123 \|3857358a44c4a49a55309e5d3e54497e\|mch_id.*[0-9]\{10\}\|23412432431' -- ' :!*.example' ' :!prepare_opensource.sh' ' :!sync_opensource.sh' || true)
105105if [ -n " $SECRETS " ]; then
106106 echo " WARNING: potential secrets found in these files:"
107107 echo " $SECRETS "
You can’t perform that action at this time.
0 commit comments