Skip to content

chore(docs): add 'JFrog' in front of XRay in guide #12860

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/guides/xray-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down