diff --git a/benchmark/scanner/scanner.py b/benchmark/scanner/scanner.py index c6ccad9cf..03bc90a9f 100644 --- a/benchmark/scanner/scanner.py +++ b/benchmark/scanner/scanner.py @@ -244,7 +244,7 @@ def check_line_from_meta(self, file_id = row["FileID"] # by default the cred is false positive approximate = f"{self.next_id},{file_id},GitHub,{project_id},{path}" \ - f",{line_num}:{line_num},F,F,{value_start},{value_end},F,F,,,,,0,0,F,F,F,{rule}" + f",{line_num}:{line_num},F,F,{value_start},{value_end},F,F,,,Info,,0,0,F,F,F,{rule}" if self._check_line_num(row["LineStart:LineEnd"], line_num): code = str(project_id) + str(file_id) + str(row["LineStart:LineEnd"]) if code in self.line_checker: