Skip to content

Commit

Permalink
Merge pull request #80 from Venafi/linter_fix
Browse files Browse the repository at this point in the history
Added nosec tag for linter to be happy.
  • Loading branch information
rvelaVenafi authored Oct 28, 2021
2 parents 6dfd901 + f4c4ae7 commit 31277fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcert/connection_tpp_abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 31277fd

Please sign in to comment.