From 119994ec598f9f4cfe30c8008cd41e4153c35fcf Mon Sep 17 00:00:00 2001 From: Felipe Costa Date: Thu, 7 May 2020 01:02:42 +0400 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index dc1e8e8..bb3a247 100644 --- a/action.yml +++ b/action.yml @@ -16,6 +16,9 @@ inputs: DSSC_IMAGE_PULL_AUTH: description: 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: (Bolean) 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