Skip to content

Commit bf19e34

Browse files
authored
added 'JFrog' in front of XRay in guide (coder#12860)
1 parent d9211b6 commit bf19e34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/guides/xray-integration.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ using Coder's [JFrog Xray Integration](github.com/coder/coder-xray).
1919
- A self-hosted JFrog Platform instance.
2020
- Kubernetes workspaces running on Coder.
2121

22-
## Deploying the Coder Xray Integration
22+
## Deploying the Coder - JFrog Xray Integration
2323

2424
1. Create a JFrog Platform
2525
[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='<token>'
3737
kubectl create secret generic jfrog-token --from-literal=user='<user>' --from-literal=token='<token>'
3838
```
3939

40-
4. Deploy the Coder Xray integration.
40+
4. Deploy the Coder - JFrog Xray integration.
4141

4242
```bash
4343
helm repo add coder-xray https://helm.coder.com/coder-xray
@@ -69,4 +69,4 @@ image = "<ARTIFACTORY_URL>/<REPO>/<IMAGE>:<TAG>"
6969
> use it in the `imagePullSecrets` field of the kubernetes pod. See this
7070
> [guide](./image-pull-secret.md) for more information.
7171
72-
![Coder Xray Integration](../images/guides/xray-integration/example.png)
72+
![JFrog Xray Integration](../images/guides/xray-integration/example.png)

docs/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@
11011101
"path": "./guides/azure-federation.md"
11021102
},
11031103
{
1104-
"title": "Scanning Coder Workspaces with Xray",
1104+
"title": "Scanning Coder Workspaces with JFrog Xray",
11051105
"description": "Integrate Coder with JFrog Xray",
11061106
"path": "./guides/xray-integration.md"
11071107
}

0 commit comments

Comments
 (0)