lint -fix
parent
11959f7e3a
commit
52df8080bf
|
@ -12,7 +12,7 @@ file:
|
|||
- type: regex
|
||||
name: Extracted-Token
|
||||
regex:
|
||||
- "(?i)(([a-z0-9]+)[-|_])?(key|password|passwd|pass|pwd|private|credential|auth|cred|creds|secret|access|token)([-|_][a-z]+)?(\\s)*(:|=)+"
|
||||
- "(?i)(([a-z0-9]+)[-|_])?(key|password|passwd|pass|pwd|private|credential|auth|cred|creds|secret|access|token)([-|_][a-z]+)?(\\s)*(:|=)+"
|
||||
- type: regex
|
||||
name: Extracted-Varaibles-Name
|
||||
regex:
|
||||
|
|
Loading…
Reference in New Issue