From f6db475210fa9eab6ad0c2352b6f3883c4b1bea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=C3=A4umer?= Date: Tue, 23 Apr 2019 19:59:15 +0200 Subject: [PATCH] Add note --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0cd61b1..e498775 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,6 @@ container ordering examples, see the blog post from @aelsabbahy [here][kubernete ## Introduction -### Why a fork? - -I forked this project because the [original](https://github.com/aelsabbahy/goss) repository isn't under active development anymore. -Due to this I started this fork. - ### What is Goss? Goss is a YAML based [serverspec](http://serverspec.org/) alternative tool for validating a server’s configuration. It eases the process of writing tests by allowing the user to generate tests from the current system state. Once the test suite is written they can be executed, waited-on, or served as a health endpoint. @@ -31,6 +26,11 @@ Goss is a YAML based [serverspec](http://serverspec.org/) alternative tool for v * Goss is FAST! - small-medium test suits are near instantaneous, see [benchmarks](https://github.com/SimonBaeumer/goss/wiki/Benchmarks) * Goss is SMALL! - <10MB single self-contained binary +### Why a fork? + +I forked this project because the [original](https://github.com/aelsabbahy/goss) repository isn't under active development anymore. +Due to the reason we use it heavily in production I started this fork. + ## Installation This will install goss and [dgoss](https://github.com/SimonBaeumer/goss/tree/master/extras/dgoss).