Adding num_max_findings configuration parameter with a default value of 3, to have the possibility to extend it

This commit is contained in:
Guber Tamas
2025-05-19 16:16:23 +02:00
parent 2dbcb3e5dc
commit 5a8ce252f7
4 changed files with 7 additions and 1 deletions

View File

@ -70,6 +70,10 @@ extra_instructions = "..."
<td><b>enable_help_text</b></td>
<td>If set to true, the tool will display a help text in the comment. Default is true.</td>
</tr>
<tr>
<td><b>num_max_findings</b></td>
<td>Number of maximum returned finding. Default is 3.</td>
</tr>
</table>
!!! example "Enable\\disable specific sub-sections"