Added test to prevent this and similar issues

This commit is contained in:
Mick Grove 2025-06-29 22:50:16 -07:00
commit a3060ec144
2 changed files with 1 additions and 2 deletions

View file

@ -44,7 +44,7 @@ rules:
min_entropy: 3.5
confidence: medium
examples:
- sgp_abcdef1234567890_local_abcdef12345678901234567890abcdef12345678
- sourcegraph SECRET sgp_abcdef1234567890_local_0123456789abcdef0123456789abcdef01234567
validation:
type: Http
content:

View file

@ -1,4 +1,3 @@
use assert_cmd::prelude::*;
use assert_cmd::Command;
use predicates::str::contains;