forked from mirrors/kingfisher
fixed github actions
This commit is contained in:
parent
01f3a12106
commit
92b23b1f82
3 changed files with 3 additions and 5 deletions
|
|
@ -5,8 +5,6 @@ rules:
|
|||
(?xi)
|
||||
\b
|
||||
(?:
|
||||
server
|
||||
|
|
||||
kube(?:rnetes)?(?:_api)?_server
|
||||
|
|
||||
api_server
|
||||
|
|
@ -28,7 +26,7 @@ rules:
|
|||
confidence: medium
|
||||
visible: false
|
||||
examples:
|
||||
- "server: https://10.96.0.1:443"
|
||||
- "kube_server: https://10.96.0.1:443"
|
||||
- KUBE_API_SERVER=https://api.cluster.example.com:6443
|
||||
references:
|
||||
- https://kubernetes.io/docs/reference/access-authn-authz/authentication/
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ rules:
|
|||
(
|
||||
[A-Za-z0-9+/]{40,88}={0,2}
|
||||
)
|
||||
\b
|
||||
(?:[^A-Za-z0-9+/=]|$)
|
||||
pattern_requirements:
|
||||
min_digits: 2
|
||||
min_uppercase: 1
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ rules:
|
|||
(
|
||||
secret-(?:test|live)-[A-Za-z0-9_-]{35}=?
|
||||
)
|
||||
\b
|
||||
(?:[^A-Za-z0-9_=-]|$)
|
||||
pattern_requirements:
|
||||
min_digits: 2
|
||||
min_uppercase: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue