Skip to content

Commit

Permalink
Don't show remediation if not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Sep 12, 2023
1 parent 8822c44 commit aadad8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/outputwriter/simplifiedoutput.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (smo *SimplifiedOutput) ApplicableCveReviewContent(severity, finding, fullD

func (smo *SimplifiedOutput) IacReviewContent(severity, finding, fullDetails string) string {
return fmt.Sprintf(`
## 🛠️ Infrastructure as Code Vulnerability
## 🛠️ Infrastructure as Code (Iac) Vulnerability
%s
Expand Down

0 comments on commit aadad8e

Please sign in to comment.