forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkubesec-scan.yaml
45 lines (45 loc) · 1.52 KB
/
kubesec-scan.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
33
34
35
36
37
38
39
40
41
42
43
44
45
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: kubesec-scan
spec:
version: v1.0.0
homepage: https://github.com/stefanprodan/kubectl-kubesec
caveats: |
Read the documentation at https://github.com/stefanprodan/kubectl-kubesec.
You can call this plugin like "kubectl kubesec-scan".
shortDescription: Scan Kubernetes resources with kubesec.io.
description: |
This plugin uploads the specified Kubernetes resource’s API representation
to https://kubesec.io/ for security best practices scanning.
platforms:
- uri: https://github.com/stefanprodan/kubectl-kubesec/releases/download/1.0.0/kubectl-kubesec_1.0.0_darwin_amd64.tar.gz
sha256: 6d28768742542ce02248e9c422a007b7e11d8a61904c1fa23ed450f654bf5933
bin: scan
files:
- from: "*"
to: "."
selector:
matchLabels:
os: darwin
arch: amd64
- uri: https://github.com/stefanprodan/kubectl-kubesec/releases/download/1.0.0/kubectl-kubesec_1.0.0_linux_amd64.tar.gz
sha256: e47c9e1296dcbbb064db18270086fe29f5d8094ec07fc4c180b15026e0bc1c83
bin: scan
files:
- from: "*"
to: "."
selector:
matchLabels:
os: linux
arch: amd64
- uri: https://github.com/stefanprodan/kubectl-kubesec/releases/download/1.0.0/kubectl-kubesec_1.0.0_windows_amd64.tar.gz
sha256: df38cc43a460fde0278f823d4d1eee473190817099ef3117dc671ee8b81b6bbc
bin: scan.exe
files:
- from: "*"
to: "."
selector:
matchLabels:
os: windows
arch: amd64