Skip to content

Commit

Permalink
Merge pull request #85 from shr-project/jansa/skaffold
Browse files Browse the repository at this point in the history
Add skaffold support
  • Loading branch information
leucos committed Feb 12, 2021
2 parents e5347cd + de21987 commit dc2f249
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ Currently supported distributions are:
- [saml2aws](https://github.com/Versent/saml2aws)
- [scan-exporter](https://github.com/devops-works/scan-exporter)
- [shaloc](https://github.com/eze-kiel/shaloc)
- [skaffold](https://github.com/GoogleContainerTools/skaffold)
- [sops](https://github.com/mozilla/sops/)
- [ssllabs-scan](https://github.com/ssllabs/ssllabs-scan)
- [starship](https://github.com/starship/starship)
Expand Down
9 changes: 9 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,15 @@ sources:
install:
type: direct

skaffold:
description: Skaffold handles the workflow for building, pushing and deploying your application, allowing you to focus on what matters most writing code.
list:
type: github-releases
url: https://api.github.com/repos/GoogleContainerTools/skaffold/releases
fetch:
url: https://storage.googleapis.com/skaffold/releases/v{{ .Version }}/skaffold-{{ .OS }}-{{ .Arch }}
install:
type: direct

sonobuoy:
description: >
Expand Down

0 comments on commit dc2f249

Please sign in to comment.