forked from mirrors/kingfisher
Added test to prevent this and similar issues
This commit is contained in:
parent
366f6fab5b
commit
a3060ec144
2 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
use assert_cmd::prelude::*;
|
||||
use assert_cmd::Command;
|
||||
use predicates::str::contains;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue