Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JFrog XRay Integration

License

NotificationsYou must be signed in to change notification settings

coder/coder-xray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

releaselicense

  • Query Artifactory for image vulnerability on workspace startup.
  • Inform users when they are using a vulnerable image.

Example

Usage

Apply the Helm chart to start monitoring workspaces:

helm repo add coder-xray https://helm.coder.com/coder-xray    --namespace coder \helm install coder-xray coder-xray/coder-xray \--set coder.url="https://<your-coder-url>" \--set coder.secretName="<your coder token secret>" \--set artifactory.url="https://<your-artifactory-url>" \--set artifactory.secretName="<your artifactory secret>"

For a detailed step by step guide, see thescanning coder workspaces with xray guide.

NoteFor additional customization (such as customizing the image, details on creating a secret, etc.), you can use thevalues.yaml file directly.

Requirements:

In order to use this service the following is required:

  • A Coder API token withat least Template Admin privileges
  • An Artifactory token

How?

Kubernetes provides aninformers API that streams pod and event data from the API server.

coder-xray listens for pod creation events with containers that have theCODER_AGENT_TOKEN environmentvariable set. All matching pods/containers are then queried against the provided Artifactory instance andany XRay results are then pushed to the provided Coder deployment.

About

JFrog XRay Integration

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp