From 2e57ca57510a52bcbe5d62554b4325ec56de1445 Mon Sep 17 00:00:00 2001 From: piraces Date: Sun, 13 Sep 2020 16:59:49 +0200 Subject: [PATCH] Updated action.yml --- action.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/action.yml b/action.yml index 65fb132..b570aa3 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'kube-score check' description: 'Uses the kube-score analysis tool to perform static code analysis of your Kubernetes object definitions' +branding: + icon: 'box' + color: 'blue' inputs: kube-score-version: description: 'kube-score version to use' @@ -12,11 +15,6 @@ inputs: description: 'Ignore exit code from kube-score and continue on error (for information purposes only)' required: false default: 'false' # Not to ignore exit code -outputs: - score: - description: 'Score of your manifests from kube-score' - raw-output: - description: 'Raw output from running kube-score with your manifests' runs: using: 'node12' main: 'lib/index.js'