Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JFrog xray scanning module to list workspace image vulnerabilities #65

@matifali

Description

@matifali

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 "jfrog-xray" {
  source      = "registry.coder.com/modules/jfrog-xray/coder"
  version     = "x.x.x"
  resource_id = "ID" # resource ID of the resource to attach metadata to
  xray_url    = "https://example.jfrog.io"
  xray_token  = "TOKEN"
  image       = "docker-local/codercom/enterprise-base:latest"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions