added 'JFrog' in front of XRay in guide (#12860)

This commit is contained in:
Stephen Kirby 2024-04-03 14:44:57 -05:00 committed by GitHub
parent d9211b6693
commit bf19e3469f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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='<token>'
kubectl create secret generic jfrog-token --from-literal=user='<user>' --from-literal=token='<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 = "<ARTIFACTORY_URL>/<REPO>/<IMAGE>:<TAG>"
> 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)

View File

@ -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"
}