We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdac39 commit 4db6287Copy full SHA for 4db6287
plugins/scanners/askalono/src/main/kotlin/Askalono.kt
@@ -131,7 +131,7 @@ class Askalono(
131
override fun runScanner(path: File, context: ScanContext): String {
132
val process = AskalonoCommand.run(
133
"--format", "json",
134
- "crawl", path.absolutePath
+ "crawl", "--glob=*", path.absolutePath
135
)
136
137
return with(process) {
0 commit comments