Skip to content

Commit

Permalink
Fix message comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxBCN Valeriu_Tuguran,Constantin (IT EDP) EXTERNAL committed Sep 12, 2024
1 parent a5544ef commit 35f98fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/ods/orchestration/BuildStage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class BuildStage extends Stage {
message.append("\nAqua security scan detected the remotely exploitable critical " +
"vulnerability with name *${vulnerability.name as String}* in repository *[${repoName}|${gitUrl}]* " +
"in branch *${gitBranch}*." )
message.append("\n*Description:* " + vulnerability.description as String)
message.append("\n\n*Description:* " + vulnerability.description as String)
message.append("\n\n*Solution:* " + vulnerability.solution as String)

if (nexusReportLink != null) {
Expand Down

0 comments on commit 35f98fb

Please sign in to comment.