I want to be able to specify max-archive-depth when gitleaks is run via the action, the same way I can specify max-archive depth when I run it via the command line.
It looks like I currently have no option to specify archive depth with the action, as it's not available via the the config , as an action import, nor does there seem to be any environment variable I can set.
It would be very helpful to be able to set the max-archive-depth value with the action through any of the above-mentioned mechanisms, so I don't have to fall back to using the command line tool to set the parameter.