Skip to content

Commit b60e29d

Browse files
committed
chore: improve security-checks.sh documentation
Add clear comments explaining that ALLOWED_PUBLIC_KEY is the official Socket public test API key and is intentionally identical across all Socket repos.
1 parent e82d3f4 commit b60e29d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.husky/security-checks.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ YELLOW='\033[1;33m'
1010
GREEN='\033[0;32m'
1111
NC='\033[0m'
1212

13-
# Allowed public API key (used in socket-lib).
13+
# Allowed public API key (used in socket-lib and across all Socket repos).
14+
# This is Socket's official public test API key - safe to commit.
15+
# NOTE: This value is intentionally identical across all Socket repos.
1416
ALLOWED_PUBLIC_KEY="sktsec_t_--RAN5U4ivauy4w37-6aoKyYPDt5ZbaT5JBVMqiwKo_api"
1517

1618
echo "${GREEN}Running Socket Security checks...${NC}"

0 commit comments

Comments
 (0)