From e5b99d5c3dcd703a7cf7ffb5ba8311e7e4ba6082 Mon Sep 17 00:00:00 2001 From: kirby Date: Wed, 3 Apr 2024 16:32:45 +0000 Subject: [PATCH] added 'JFrog' in front of XRay in guide --- docs/guides/xray-integration.md | 6 +++--- docs/manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/xray-integration.md b/docs/guides/xray-integration.md index 90d449853e629..76c29e3343d34 100644 --- a/docs/guides/xray-integration.md +++ b/docs/guides/xray-integration.md @@ -19,7 +19,7 @@ using Coder's [JFrog Xray Integration](github.com/coder/coder-xray). - A self-hosted JFrog Platform instance. - Kubernetes workspaces running on Coder. -## Deploying the Coder Xray Integration +## Deploying the Coder - JFrog Xray Integration 1. Create a JFrog Platform [Access Token](https://jfrog.com/help/r/jfrog-platform-administration-documentation/access-tokens) @@ -37,7 +37,7 @@ kubectl create secret generic coder-token --from-literal=coder-token='' kubectl create secret generic jfrog-token --from-literal=user='' --from-literal=token='' ``` -4. Deploy the Coder Xray integration. +4. Deploy the Coder - JFrog Xray integration. ```bash helm repo add coder-xray https://helm.coder.com/coder-xray @@ -69,4 +69,4 @@ image = "//:" > use it in the `imagePullSecrets` field of the kubernetes pod. See this > [guide](./image-pull-secret.md) for more information. -![Coder Xray Integration](../images/guides/xray-integration/example.png) +![JFrog Xray Integration](../images/guides/xray-integration/example.png) diff --git a/docs/manifest.json b/docs/manifest.json index 65a5175f2035e..6620160b0ff3e 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1101,7 +1101,7 @@ "path": "./guides/azure-federation.md" }, { - "title": "Scanning Coder Workspaces with Xray", + "title": "Scanning Coder Workspaces with JFrog Xray", "description": "Integrate Coder with JFrog Xray", "path": "./guides/xray-integration.md" }