From ebbd7e7a4987fc5d45216496e87301faf4395922 Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Fri, 31 Jul 2020 12:03:31 +0100 Subject: [PATCH] docs: Add link to GitHub Discussions (#103) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea5449f26..5c1c3ee23 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Starboard integrates security tools into the Kubernetes environment, so that users can find and view the risks that relate to different resources in a Kubernetes-native way. Starboard provides [custom security resources definitions][starboard-crds] and a [Go module][starboard-go-module] to work with a range of existing security tools, as well as a `kubectl`-compatible command-line tool and an Octant plug-in that make security reports available through familiar Kubernetes tools. -You can read more about the motivations and use cases [here][aqua-starboard-blog]. +You can read more about the motivations and use cases [here][aqua-starboard-blog] and join our discussions [here][discussions]. ![](docs/images/starboard-cli-with-octant-demo.gif) @@ -286,6 +286,7 @@ This repository is available under the [Apache License 2.0][license]. [license]: https://github.com/aquasecurity/starboard/blob/master/LICENSE [aqua-starboard-blog]: https://blog.aquasec.com/starboard-kubernetes-tools +[discussions]: https://github.com/aquasecurity/starboard/discussions [starboard-crds]: #custom-security-resources-definitions [starboard-crds-spec]: ./SECURITY_CRDS_SPEC.md [vulnerabilities-crd]: ./kube/crd/vulnerabilities-crd.yaml