mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
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:
parent
3bd8688004
commit
e15c8a58a6
1 changed files with 7 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue