github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/report/testdata/new.json.golden (about) 1 { 2 "ImageID": "sha256:5c534be56eca62e756ef2ef51523feda0f19cd7c15bb0c015e3d6e3ae090bf6e", 3 "RepoTags": [ 4 "test:latest" 5 ], 6 "RepoDigests": [ 7 "test@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f" 8 ], 9 "Results": [ 10 { 11 "Target": "foojson", 12 "Vulnerabilities": [ 13 { 14 "VulnerabilityID": "CVE-2020-0001", 15 "PkgName": "foo", 16 "InstalledVersion": "1.2.3", 17 "FixedVersion": "3.4.5", 18 "Layer": {}, 19 "PrimaryURL": "https://avd.aquasec.com/nvd/cve-2020-0001", 20 "Title": "foobar", 21 "Description": "baz", 22 "Severity": "HIGH" 23 } 24 ] 25 } 26 ] 27 }