Skip to content

Commit

Permalink
Merge pull request #40 from devops-works/add-pass-checker
Browse files Browse the repository at this point in the history
added pass-checker
  • Loading branch information
leucos committed Oct 29, 2020
2 parents 5481301 + 51bd033 commit 0863ebb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,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
10 changes: 10 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -550,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

0 comments on commit 0863ebb

Please sign in to comment.