File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ using Coder's [JFrog Xray Integration](github.com/coder/coder-xray).
19
19
- A self-hosted JFrog Platform instance.
20
20
- Kubernetes workspaces running on Coder.
21
21
22
- ## Deploying the Coder Xray Integration
22
+ ## Deploying the Coder - JFrog Xray Integration
23
23
24
24
1 . Create a JFrog Platform
25
25
[ 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>'
37
37
kubectl create secret generic jfrog-token --from-literal=user=' <user>' --from-literal=token=' <token>'
38
38
```
39
39
40
- 4 . Deploy the Coder Xray integration.
40
+ 4 . Deploy the Coder - JFrog Xray integration.
41
41
42
42
``` bash
43
43
helm repo add coder-xray https://helm.coder.com/coder-xray
@@ -69,4 +69,4 @@ image = "<ARTIFACTORY_URL>/<REPO>/<IMAGE>:<TAG>"
69
69
> use it in the ` imagePullSecrets ` field of the kubernetes pod. See this
70
70
> [ guide] ( ./image-pull-secret.md ) for more information.
71
71
72
- ![ Coder Xray Integration] ( ../images/guides/xray-integration/example.png )
72
+ ![ JFrog Xray Integration] ( ../images/guides/xray-integration/example.png )
Original file line number Diff line number Diff line change 1101
1101
"path" : " ./guides/azure-federation.md"
1102
1102
},
1103
1103
{
1104
- "title" : " Scanning Coder Workspaces with Xray" ,
1104
+ "title" : " Scanning Coder Workspaces with JFrog Xray" ,
1105
1105
"description" : " Integrate Coder with JFrog Xray" ,
1106
1106
"path" : " ./guides/xray-integration.md"
1107
1107
}
You can’t perform that action at this time.
0 commit comments