-
Notifications
You must be signed in to change notification settings - Fork 496
/
score.yaml
32 lines (32 loc) · 1.05 KB
/
score.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: score
spec:
version: v1.19.0
homepage: https://github.com/zegl/kube-score
platforms:
- selector:
matchLabels:
os: darwin
uri: https://github.com/zegl/kube-score/releases/download/v1.19.0/kube-score_1.19.0_darwin_amd64.tar.gz
sha256: 623a8f7679096f15d46b8982d3548dafc8ecd86dc9264d1f9def90eb4bea5af4
files:
- from: "kube-score"
to: .
- from: "LICENSE"
to: .
bin: kube-score
- selector:
matchLabels:
os: linux
uri: https://github.com/zegl/kube-score/releases/download/v1.19.0/kube-score_1.19.0_linux_amd64.tar.gz
sha256: a5b10e509bd845f0bc32a529f4e8165c021877f924ee6f6be66678039f75a761
files:
- from: "kube-score"
to: .
- from: "LICENSE"
to: .
bin: kube-score
shortDescription: Kubernetes static code analysis.
description: Kubernetes object analysis with recommendations for improved reliability and security.