Skip to content

Commit 31277fd

Browse files
authored
Merge pull request #80 from Venafi/linter_fix
Added nosec tag for linter to be happy.
2 parents 6dfd901 + f4c4ae7 commit 31277fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vcert/connection_tpp_abstract.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,8 @@ def retrieve_ssh_config(self, ca_request):
632632

633633
ARG_URL = 'url'
634634
ARG_PARAMS = 'params'
635-
ARG_CHECK_TOKEN = 'check_token'
636-
ARG_INCLUDE_TOKEN_HEADER = 'include_token_header'
635+
ARG_CHECK_TOKEN = 'check_token' # nosec
636+
ARG_INCLUDE_TOKEN_HEADER = 'include_token_header' # nosec
637637
ARG_DATA = 'data'
638638

639639
def get(self, args):

0 commit comments

Comments
 (0)