Part of #12838 Frontend should parse the output of any `xray_artifacts_scan` data sources and render them beautifully.  ```tf data "xray_artifacts_scan" "image_scan" { repo = "docker-local" repo_path = "/codercom/enterprise-base:local" } ``` ### Requirements - Parse terraform output for `data.xray_artifacts_scan.*` sources - Render Vulnerabilities count as shown in the attached screenshot - Link to Xray deployment page for details