mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 07:40:48 -08:00
feat(report): add image reference to report metadata (#9729)
This commit is contained in:
@@ -94,6 +94,7 @@ func (a Artifact) Inspect(ctx context.Context) (artifact.Reference, error) {
|
||||
DiffIDs: bom.Metadata.DiffIDs,
|
||||
RepoTags: bom.Metadata.RepoTags,
|
||||
RepoDigests: bom.Metadata.RepoDigests,
|
||||
Reference: bom.Metadata.Reference,
|
||||
},
|
||||
|
||||
// Keep an original report
|
||||
|
||||
Reference in New Issue
Block a user