From f4c4ae7d496a82317d70e9383aaeb0752abcced5 Mon Sep 17 00:00:00 2001 From: Russel Vela Date: Thu, 28 Oct 2021 15:50:26 -0500 Subject: [PATCH] - Added nosec tag for linter to be happy. --- vcert/connection_tpp_abstract.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):