Skip to content

Commit

Permalink
- Added nosec tag for linter to be happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvelaVenafi committed Oct 28, 2021
1 parent 6dfd901 commit f4c4ae7
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 f4c4ae7

Please sign in to comment.