diff --git a/vcert/connection_tpp_abstract.py b/vcert/connection_tpp_abstract.py index 6edff04..5800c61 100644 --- a/vcert/connection_tpp_abstract.py +++ b/vcert/connection_tpp_abstract.py @@ -632,8 +632,8 @@ def retrieve_ssh_config(self, ca_request): ARG_URL = 'url' ARG_PARAMS = 'params' - ARG_CHECK_TOKEN = 'check_token' - ARG_INCLUDE_TOKEN_HEADER = 'include_token_header' + ARG_CHECK_TOKEN = 'check_token' # nosec + ARG_INCLUDE_TOKEN_HEADER = 'include_token_header' # nosec ARG_DATA = 'data' def get(self, args):