Skip to content

Commit 6022bf0

Browse files
Block local author identity in public-boundary scanner
Reject commit metadata whose author or committer email uses the internal development domain so public repos cannot publish commits tagged with the local build identity.
1 parent 57cabef commit 6022bf0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/check-public-boundary.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ metadata_patterns=(
3131
"$(pattern_from_hex 4c6f6f702d49443a)"
3232
"$(pattern_from_hex 2e746d702f6c6f6f70732f)"
3333
"$(pattern_from_hex 6c6f6f702d72756e6e6572)"
34+
"$(pattern_from_hex 4064757261626c652d776f726b666c6f772e6c6f63616c)"
3435
)
3536

3637
pathspec=(

0 commit comments

Comments
 (0)