Skip to content

Commit

Permalink
Updated action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piraces committed Sep 13, 2020
1 parent 57361ab commit 2e57ca5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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'

0 comments on commit 2e57ca5

Please sign in to comment.