Skip to content

Commit

Permalink
update snifftest script
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-decker committed Jan 29, 2024
1 parent 7d8b8dd commit 5b38cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/snifftest/snifftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5b38cad

Please sign in to comment.