Skip to content

Commit 8449790

Browse files
committed
fix: correct misleading pre-push hook comment
1 parent 9838ab1 commit 8449790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.git-hooks/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Socket Security Pre-push Hook
3-
# MANDATORY ENFORCEMENT LAYER - Cannot be bypassed with --no-verify.
3+
# Security enforcement layer for all pushes.
44
# Validates all commits being pushed for security issues and AI attribution.
55

66
set -e

0 commit comments

Comments
 (0)