Skip to content

Commit

Permalink
added pass-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Oct 29, 2020
1 parent 4ce1eb9 commit 51bd033
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 @@ -192,6 +192,7 @@ Currently supported distributions are:
- [minikube](https://github.com/kubernetes/minikube)
- [onefetch](https://github.com/o2sh/onefetch/)
- [oto](https://github.com/pacedotdev/oto)
- [pass-checker](https://github.com/devops-works/pass-checker)
- [packer](https://www.packer.io)
- [pluto](https://github.com/FairwindsOps/pluto)
- [pomerium](https://github.com/pomerium/pomerium)
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 @@ -551,6 +550,16 @@ sources:
binaries:
- packer

pass-checker:
description: Get the entropy of your password, the maximum time needed to break it, and if the SHA1 sum appears in HaveIBeenPwned.com API.
list:
type: github-releases
url: https://api.github.com/repos/devops-works/pass-checker/releases
fetch:
url: https://github.com/devops-works/pass-checker/releases/download/v{{ .Version }}/pass-checker_{{ .OS }}_{{ .Arch }}{{ .ExeExtension }}
install:
type: direct

pluto:
description: A cli tool to help discover deprecated apiVersions in 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 51bd033

Please sign in to comment.