From 5b38cada708b2af562c1817b2a45bc110e355a4f Mon Sep 17 00:00:00 2001 From: Dustin Decker Date: Mon, 29 Jan 2024 12:26:56 -0800 Subject: [PATCH] update snifftest script --- hack/snifftest/snifftest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/snifftest/snifftest.sh b/hack/snifftest/snifftest.sh index 4e221536669c..04e1bd6ebab4 100755 --- a/hack/snifftest/snifftest.sh +++ b/hack/snifftest/snifftest.sh @@ -8,8 +8,8 @@ REPO_ARRAY=( # "https://github.com/Netflix/dgs-framework.git" # "https://github.com/Netflix/vector.git" # "https://github.com/expressjs/express.git" - "https://github.com/Azure/azure-sdk-for-net" - "https://github.com/Azure/azure-cli" + # "https://github.com/Azure/azure-sdk-for-net" + # "https://github.com/Azure/azure-cli" ) REPOS=$(printf "%s," "${REPO_ARRAY[@]}" | cut -d "," -f 1-${#REPO_ARRAY[@]}) go run hack/snifftest/main.go scan --exclude privatekey --exclude uri --exclude github_old --repo "$REPOS" --detector all --print --fail-threshold 99 \ No newline at end of file