Skip to content
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

JFrog xray scanning module to list workspace image vulnerabilities #244

Open
Tracked by #12838
matifali opened this issue May 1, 2024 · 0 comments
Open
Tracked by #12838
Labels
module-idea A new module idea or suggestion

Comments

@matifali
Copy link
Member

matifali commented May 1, 2024

Extracted from coder/coder#12838, see the issue for more details.

A sample output
image

The module should add the metadata to any workspace given the image, repo name, and xray-url.

module "coder-xray" {
  source     = "registry.coder.com/modules/coder-xray/coder"
  version    = "x.x.x"
  agent_id   = coder_agent.example.id
  xray_url   = "https://example.jfrog.io"
  xray_token = "TOKEN"
  image      = "docker-local/codercom/enterprise-base:latest"
}
@matifali matifali added the module-idea A new module idea or suggestion label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module-idea A new module idea or suggestion
Projects
None yet
Development

No branches or pull requests

1 participant