Skip to content

Commit

Permalink
fix: CKL comments restored (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig authored Nov 4, 2021
1 parent 559c110 commit 21a118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/source/service/mysql/AssetService.js
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ exports.cklFromAssetStigs = async function cklFromAssetStigs (assetId, benchmark
STIG_DATA: [],
STATUS: r.result || 'Not_Reviewed',
FINDING_DETAILS: r.resultComment,
COMMENTS: r.action ? `${r.action}: ${r.actionComment}` : null,
COMMENTS: r.actionComment,
SEVERITY_OVERRIDE: null,
SEVERITY_JUSTIFICATION: null
}
Expand Down

0 comments on commit 21a118f

Please sign in to comment.