Skip to content

Commit

Permalink
Merge pull request #12 from aquasecurity/liamg-better-results-descrip…
Browse files Browse the repository at this point in the history
…tion

Better descriptions in results
  • Loading branch information
liamg authored Aug 27, 2021
2 parents 909d1fa + 56bc130 commit c8bfaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (r *Results) Add(description string, metadata *types.Metadata, annotation .
}
*r = append(*r,
Result{
description: description,
description: fmt.Sprintf("%s: %s", metadata.Reference(), description),
metadata: metadata,
annotation: annotationStr,
},
Expand Down

0 comments on commit c8bfaf6

Please sign in to comment.