{"id":28480500,"url":"https://github.com/fleaz/trivy-renderer","last_synced_at":"2026-04-28T17:31:49.608Z","repository":{"id":294966320,"uuid":"988655918","full_name":"fleaz/trivy-renderer","owner":"fleaz","description":"Render the CRDs from the  Trivy Operatr as ASCII tables in your terminal","archived":false,"fork":false,"pushed_at":"2025-05-26T15:57:24.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T19:45:47.448Z","etag":null,"topics":["kubernetes","trivy","trivy-operator"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fleaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-22T21:57:00.000Z","updated_at":"2025-05-26T20:23:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"0801ea85-977e-464e-9644-f0b4009277dd","html_url":"https://github.com/fleaz/trivy-renderer","commit_stats":null,"previous_names":["fleaz/trivy-renderer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fleaz/trivy-renderer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleaz%2Ftrivy-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleaz%2Ftrivy-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleaz%2Ftrivy-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleaz%2Ftrivy-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fleaz","download_url":"https://codeload.github.com/fleaz/trivy-renderer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleaz%2Ftrivy-renderer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kubernetes","trivy","trivy-operator"],"created_at":"2025-06-07T19:06:34.911Z","updated_at":"2026-04-28T17:31:49.603Z","avatar_url":"https://github.com/fleaz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# trivy-renderer\n\nIf you use the [Trivy Operator](https://github.com/aquasecurity/trivy-operator) in your cluster, it will save all\nthe reports for the scans as CRDs like `vulnerabilityreports.aquasecurity.github.io`.\n\nScrolling through these big YAML definitions is not fun, and if you don't have or don't need a fancy GUI,\nyou can use this tool to get a basic ASCII table of your reports.\n\nJust run the tool, and it will load your kubernetes config (either $KUBECONFIG or ~/.kube/config)\nand display all vulnerabilityreports for the currently selected namespace.\n\n## Example\n\n```\n% ./trivy-renderer                                                                                                                                                                                                                                                                clancy/trivy-system\nName: replicaset-7449bfff9f, Namespace: cert-manager\n┌─────────────────────┬────────────────┬──────────┬───────────┬────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐\n│      RESOURCE       │      CVE       │ SEVERITY │ INSTALLED │     FIXED      │                                                        META                                                        │\n├─────────────────────┼────────────────┼──────────┼───────────┼────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤\n│ golang.org/x/crypto │ CVE-2025-22869 │ HIGH     │ v0.31.0   │ 0.35.0         │ golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh                          │\n│ golang.org/x/net    │ CVE-2025-22870 │ MEDIUM   │ v0.33.0   │ 0.36.0         │ golang.org/x/net/proxy: golang.org/x/net/http/httpproxy: HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net │\n│ golang.org/x/net    │ CVE-2025-22872 │ MEDIUM   │ v0.33.0   │ 0.38.0         │ golang.org/x/net/html: Incorrect Neutralization of Input During Web Page Generation in x/net in golang.org/x/net   │\n│ stdlib              │ CVE-2025-22871 │ MEDIUM   │ v1.23.6   │ 1.23.8, 1.24.2 │ net/http: Request smuggling due to acceptance of invalid chunked data in net/http                                  │\n└─────────────────────┴────────────────┴──────────┴───────────┴────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\nName: replicaset-cert-manager-584674cf4-cert-manager-controller, Namespace: cert-manager\n┌───────────────────────────────┬────────────────┬──────────┬───────────┬────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐\n│           RESOURCE            │      CVE       │ SEVERITY │ INSTALLED │     FIXED      │                                                        META                                                        │\n├───────────────────────────────┼────────────────┼──────────┼───────────┼────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤\n│ github.com/go-jose/go-jose/v4 │ CVE-2025-27144 │ MEDIUM   │ v4.0.2    │ 4.0.5          │ go-jose: Go JOSE's Parsing Vulnerable to Denial of Service                                                         │\n│ github.com/golang-jwt/jwt/v5  │ CVE-2025-30204 │ HIGH     │ v5.2.1    │ 5.2.2          │ golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing                                    │\n│ golang.org/x/crypto           │ CVE-2025-22869 │ HIGH     │ v0.31.0   │ 0.35.0         │ golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh                          │\n│ golang.org/x/net              │ CVE-2025-22870 │ MEDIUM   │ v0.33.0   │ 0.36.0         │ golang.org/x/net/proxy: golang.org/x/net/http/httpproxy: HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net │\n│ golang.org/x/net              │ CVE-2025-22872 │ MEDIUM   │ v0.33.0   │ 0.38.0         │ golang.org/x/net/html: Incorrect Neutralization of Input During Web Page Generation in x/net in golang.org/x/net   │\n│ stdlib                        │ CVE-2025-22871 │ MEDIUM   │ v1.23.6   │ 1.23.8, 1.24.2 │ net/http: Request smuggling due to acceptance of invalid chunked data in net/http                                  │\n└───────────────────────────────┴────────────────┴──────────┴───────────┴────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\nName: replicaset-cert-manager-webhook-68f89ddf6c-cert-manager-webhook, Namespace: cert-manager\n┌─────────────────────┬────────────────┬──────────┬───────────┬────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐\n│      RESOURCE       │      CVE       │ SEVERITY │ INSTALLED │     FIXED      │                                                        META                                                        │\n├─────────────────────┼────────────────┼──────────┼───────────┼────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤\n│ golang.org/x/crypto │ CVE-2025-22869 │ HIGH     │ v0.31.0   │ 0.35.0         │ golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh                          │\n│ golang.org/x/net    │ CVE-2025-22870 │ MEDIUM   │ v0.33.0   │ 0.36.0         │ golang.org/x/net/proxy: golang.org/x/net/http/httpproxy: HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net │\n│ golang.org/x/net    │ CVE-2025-22872 │ MEDIUM   │ v0.33.0   │ 0.38.0         │ golang.org/x/net/html: Incorrect Neutralization of Input During Web Page Generation in x/net in golang.org/x/net   │\n│ stdlib              │ CVE-2025-22871 │ MEDIUM   │ v1.23.6   │ 1.23.8, 1.24.2 │ net/http: Request smuggling due to acceptance of invalid chunked data in net/http                                  │\n└─────────────────────┴────────────────┴──────────┴───────────┴────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffleaz%2Ftrivy-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffleaz%2Ftrivy-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffleaz%2Ftrivy-renderer/lists"}