From e41a2fbd4803ef60aa50a702314bb837fd6c5ed2 Mon Sep 17 00:00:00 2001 From: Felipe Costa Date: Thu, 7 May 2020 01:07:47 +0400 Subject: [PATCH] Update action.yml --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index 6d0bf4f..25f260b 100644 --- a/action.yml +++ b/action.yml @@ -16,9 +16,6 @@ inputs: DSSC_IMAGE_PULL_AUTH: description: (MANDATORY) Container registry credentials in a json format, eg '{"username":"","password":""}' or {"aws":{"region":"us-east-1","accessKeyID":"'AWS_ACCESS_KEY_ID'","secretAccessKey":"'AWS_SECRET_ACCESS_KEY'"}}' required: true - - # Optional - DSSC_INSECURE_SKIP_TLS_VERIFY: description: (OPTIONAL) If the client should ignore certificate errors when connecting to Deep Security Smart Check. You may want to set this if you've configured a self signed cert. eg true required: false