From acc88f5e55f39069f5eb18202e0ad87ca536e6b4 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Wed, 31 Aug 2016 14:54:48 +0200 Subject: [PATCH] Add InSpec to CI/CD section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2c0802..215edc5 100644 --- a/README.md +++ b/README.md @@ -409,6 +409,7 @@ by [@prologic][prologic] * [GitLab CI](https://about.gitlab.com/gitlab-ci/) - GitLab has integrated CI to test, build and deploy your code with the use of GitLab runners. * [GOCD-Docker](https://github.com/gocd/gocd-docker)Go Server and Agent in docker containers to provision. * [IBM DevOps Services](https://hub.jazz.net) - Continuous delivery using a pipeline deployment onto IBM Containers on Bluemix. +* [InSpec](https://github.com/chef/inspec) - InSpec is an open-source testing framework for infrastructure with a human- and machine-readable language for specifying compliance, security and policy requirements. * [Shippable](https://app.shippable.com/) - A SaaS platform for developers and DevOps teams that significantly reduces the time taken for code to be built, tested and deployed to production. * [Watchtower](https://github.com/CenturyLinkLabs/watchtower) - Automatically update running Docker containers by [@CenturyLinkLabs][CenturyLinkLabs]