From 4c643d71b9d39ee7634b15fe821aea60287fdd7e Mon Sep 17 00:00:00 2001 From: barak Date: Mon, 27 Apr 2020 12:45:50 +0300 Subject: [PATCH] add directory input --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 6b346847..9fdfcc8b 100644 --- a/action.yml +++ b/action.yml @@ -6,6 +6,7 @@ inputs: directory: description: 'directory with infrastructure code to scan' default: '.' + required: false branding: icon: 'shield' color: 'purple'