mirror of
https://github.com/gadgethd/ukmesh.git
synced 2026-09-01 17:08:17 +00:00
ci: allow documented public MeshCore key
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
title = "UK Mesh gitleaks configuration"
|
||||
|
||||
[extend]
|
||||
useDefault = true
|
||||
|
||||
[[rules]]
|
||||
id = "generic-api-key"
|
||||
|
||||
[[rules.allowlists]]
|
||||
description = "Documented MeshCore public-channel interoperability key"
|
||||
paths = ['''^backend/backfill-transport-codes\.mjs$''']
|
||||
regexTarget = "line"
|
||||
regexes = ['''(?i)const DEFAULT_PUBLIC_CHANNEL_KEY\s*=\s*'[0-9a-f]{32}'\s*;''']
|
||||
condition = "AND"
|
||||
Reference in New Issue
Block a user