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 9c72ef2 commit a5a4cd1Copy full SHA for a5a4cd1
plugins/scanners/dos/src/main/kotlin/DOS.kt
@@ -165,7 +165,7 @@ class DOS internal constructor(
165
}
166
deleteFileOrDir(targetZipFile)
167
168
- return id?.let { pollForCompletion(pkg, it, "Ongoing scan", thisScanStartTime) }
+ return id?.let { pollForCompletion(pkg, it, "New scan", thisScanStartTime) }
169
170
171
private suspend fun waitForPendingScan(
0 commit comments