Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <[email protected]>
  • Loading branch information
laurentsimon committed Apr 27, 2023
1 parent 45cbc7c commit bd88ce5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion finding/finding.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ func (f *Finding) WithLocation(loc *Location) *Finding {
"${{ finding.location.path }}", loc.Path, -1)
f.Remediation.Markdown = strings.Replace(f.Remediation.Markdown,
"${{ finding.location.path }}", loc.Path, -1)

}
return f
}
Expand Down

0 comments on commit bd88ce5

Please sign in to comment.