docs: Add a link to docs/operator-manual/security.md from root-level security.md (#7840)

* docs: add a link from the base security doc to the operator manual security page

Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>

* chore: better copy

Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>

* chore: bump doc version

Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
This commit is contained in:
Michael Crenshaw 2021-12-19 13:53:08 -05:00 committed by GitHub
parent 3bd8688004
commit e15c8a58a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Security Policy for Argo CD
Version: **v1.2 (2020-08-07)**
Version: **v1.3 (2021-12-08)**
## Preface
@ -64,3 +64,9 @@ findings (unless you prefer to stay anonymous, of course).
Please report vulnerabilities by e-mail to the following address:
* cncf-argo-security@lists.cncf.io
## Securing your Argo CD Instance
See the [operator manual security page](docs/operator-manual/security.md) for
additional information about Argo CD's security features and how to make your
Argo CD production ready.