From a2cb098e098046fb3b119c0debea754115a8c126 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 16 Mar 2024 21:54:13 +0300 Subject: [PATCH] Add link to scanning coder workspaces with xray guide --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84d6e4d..c0a409a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ helm install coder-xray coder-xray/coder-xray \ --set artifactory.secretName="" ``` +For a detailed step by step guide, see the [scanning coder workspaces with xray](https://docs.coder.com/guides/scanning-coder-workspaces-with-xray) guide. + > **Note** > For additional customization (such as customizing the image, details on creating a secret, etc.), you can use the > [values.yaml](https://github.com/coder/coder-xray/blob/main/helm/values.yaml) file directly.