More false-positives (not flagged by sanity tests yet). (#2010)

This commit is contained in:
Felix Fontein 2021-03-13 13:24:26 +01:00 committed by GitHub
commit 49d9a257ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 13 additions and 13 deletions

View file

@ -569,7 +569,7 @@ def endpoint_list_spec():
provider=dict(type='dict', options=endpoint_argument_spec()),
metrics=dict(type='dict', options=endpoint_argument_spec()),
alerts=dict(type='dict', options=endpoint_argument_spec()),
ssh_keypair=dict(type='dict', options=endpoint_argument_spec()),
ssh_keypair=dict(type='dict', options=endpoint_argument_spec(), no_log=False),
)