modules icon indicating copy to clipboard operation
modules copied to clipboard

JFrog xray scanning module to list workspace image vulnerabilities

Open matifali opened this issue 1 year ago • 0 comments

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 avatar May 01 '24 17:05 matifali