Dumb mistake in data validation
This commit is contained in:
parent
a6808b2add
commit
e8fdd4217e
@ -265,7 +265,7 @@ foreach ($findings as $worksheet_name => $data) {
|
|||||||
$row++;
|
$row++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$sheet->setDataValidation("{$col}11:{$col}{$row}", clone $validation['host_status']);
|
$sheet->setDataValidation("F11:{$last_tgt_col}{$row}", clone $validation['host_status']);
|
||||||
$log->debug("Set data validation for target $host_name");
|
$log->debug("Set data validation for target $host_name");
|
||||||
|
|
||||||
$log->debug("Completed STIG parsing");
|
$log->debug("Completed STIG parsing");
|
||||||
|
Loading…
Reference in New Issue
Block a user