Skip to content

Commit

Permalink
Merge pull request #39 from devops-works/add-scan-exporter
Browse files Browse the repository at this point in the history
added scan-exporter
  • Loading branch information
leucos committed Oct 29, 2020
2 parents ac3dc32 + 75c0eab commit 5481301
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ Currently supported distributions are:
- [popeye](https://github.com/derailed/popeye)
- [promtail](https://github.com/grafana/loki/)
- [rancher](https://rancher.com/docs/rancher/v1.6/en/)[^1]
- [scan-exporter](https://github.com/devops-works/scan-exporter)
- [tanka](https://github.com/grafana/tanka)
- [teler](https://github.com/kitabisa/teler/)
- [terraform](https://www.hashicorp.com/products/terraform)
Expand Down
22 changes: 15 additions & 7 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
sources:

ali:
description: Generate HTTP load and plot the results in real-time
list:
Expand Down Expand Up @@ -273,7 +272,7 @@ sources:
type: direct

helm:
description: The Kubernetes Package Manager
description: The Kubernetes Package Manager
list:
type: github-releases
url: https://api.github.com/repos/helm/helm/releases
Expand Down Expand Up @@ -380,7 +379,7 @@ sources:
type: direct

krew:
description: Find and install kubectl plugins
description: Find and install kubectl plugins
list:
type: github-releases
url: https://api.github.com/repos/kubernetes-sigs/krew/releases
Expand Down Expand Up @@ -497,7 +496,7 @@ sources:
list:
type: github-releases
url: https://api.github.com/repos/kubernetes/minikube/releases
fetch:
fetch:
url: https://github.com/kubernetes/minikube/releases/download/v{{ .Version }}/minikube-{{ .OS }}-{{ .Arch }}.tar.gz
install:
type: tgz
Expand Down Expand Up @@ -631,6 +630,16 @@ sources:
binaries:
- "rancher-v{{ .Version }}/rancher"

scan-exporter:
description: Scans targets and exposes results to Prometheus.
list:
type: github-releases
url: https://api.github.com/repos/devops-works/scan-exporter/releases
fetch:
url: https://github.com/devops-works/scan-exporter/releases/download/v{{ .Version }}/scan-exporter_{{ .OS }}_{{ .Arch }}{{ .ExeExtension }}
install:
type: direct

tanka:
description: Flexible, reusable and concise configuration for Kubernetes
list:
Expand Down Expand Up @@ -689,7 +698,7 @@ sources:
type: github-releases
url: https://api.github.com/repos/terraform-linters/tflint/releases
fetch:
url: https://github.com/terraform-linters/tflint/releases/download/v{{ .Version }}/tflint_{{ .OS }}_{{ .Arch }}.zip
url: https://github.com/terraform-linters/tflint/releases/download/v{{ .Version }}/tflint_{{ .OS }}_{{ .Arch }}.zip
install:
type: zip
binaries:
Expand All @@ -706,7 +715,7 @@ sources:
type: tgz
binaries:
- toji

traefik:
description: The Cloud Native Application Proxy
list:
Expand Down Expand Up @@ -790,4 +799,3 @@ sources:
type: zip
binaries:
- yh

0 comments on commit 5481301

Please sign in to comment.