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

Skip to content

JFrog xray scanning module to list workspace image vulnerabilities #65

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

Open
Tracked by #12838
matifali opened this issue May 1, 2024 · 1 comment
Open
Tracked by #12838

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 "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"
}
@matifali
Copy link
Member Author

@Parkreiner Parkreiner transferred this issue from coder/modules May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant