diff --git a/include/html_report b/include/html_report index 561f31ea..c1097470 100644 --- a/include/html_report +++ b/include/html_report @@ -25,6 +25,10 @@ addHtmlHeader() { + diff --git a/include/outputs b/include/outputs index d9c53d02..6e28afd6 100644 --- a/include/outputs +++ b/include/outputs @@ -399,7 +399,7 @@ generateHtmlOutput(){ local ROW_CLASS='table-info' fi if [[ $status == "PASS" ]];then - local ROW_CLASS='p-3 mb-2 bg-success' + local ROW_CLASS='p-3 mb-2 bg-success-custom' fi if [[ $status == "FAIL" ]];then local ROW_CLASS='table-danger' @@ -423,7 +423,7 @@ generateHtmlOutput(){ echo '
'$CHECK_RISK'
'$CHECK_REMEDIATION'