Closed Daniel-from-Germany closed 2 years ago
This maybe especially goof for those issues here #25 and #30
The problem could be solved with find
and the option --stdin
which I added.
See #42
Example:
find / -xdev -type f -not -path "/skip/this/path/*" | java -jar log4j-detector-2021.12.17.jar --stdin
implemented in v2021.12.20
add a exclude function for folders/files