From fa8c51db485690aa6009fcd0f6c9fc84b320ec6d Mon Sep 17 00:00:00 2001 From: Eli Trop Date: Wed, 30 Dec 2020 11:41:04 +0200 Subject: [PATCH] add output --- action.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index d53cdba..9483930 100644 --- a/action.yml +++ b/action.yml @@ -3,10 +3,11 @@ name: 'kics Github Action' description: 'Run kics scan against IaC projects' inputs: directory: - description: 'directory with infrastructure code to scan' - default: '.' - required: false - + description: 'directory with IaC to scan' + required: true +outputs: + results: + description: 'the result of kics scan' branding: icon: 'codesandbox' color: 'green'