[stable-1] no_log: more false-positives (not flagged by sanity tests yet) (#2017)

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

(cherry picked from commit 49d9a257ef)

* Add more false positives.
This commit is contained in:
Felix Fontein 2021-03-13 18:21:21 +01:00 committed by GitHub
parent b0cbef394f
commit 08e7846deb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 20 additions and 18 deletions

View file

@ -240,7 +240,7 @@ def initialise_module():
no_log=True,
fallback=(env_fallback, ['LINODE_ACCESS_TOKEN']),
),
authorized_keys=dict(type='list', required=False),
authorized_keys=dict(type='list', required=False, no_log=False),
group=dict(type='str', required=False),
image=dict(type='str', required=False),
region=dict(type='str', required=False),