-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.krew.yaml
30 lines (29 loc) · 955 Bytes
/
.krew.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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: datree
spec:
version: {{ .TagName }}
homepage: https://github.com/datreeio/kubectl-datree
shortDescription: Scan your cluster resources for misconfigurations
description: |
Datree is a static code analysis tool for kubernetes manifest files.
This plugin allows scanning resources within your cluster for misconfigurations.
caveats: |
Before using this plugin, the Datree CLI needs to be installed.
See https://hub.datree.io/ for quick and easy installation.
platforms:
- selector:
matchExpressions:
- key: os
operator: In
values:
- darwin
- linux
{{addURIAndSha "https://github.com/datreeio/kubectl-datree/releases/download/{{ .TagName }}/kubectl-datree.zip" .TagName }}
files:
- from: "kubectl-datree"
to: "."
- from: LICENSE
to: "."
bin: kubectl-datree