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.
ScannerDetails.configuration
1 parent 3e5fa2e commit 20ee7daCopy full SHA for 20ee7da
model/src/main/kotlin/ScannerDetails.kt
@@ -34,7 +34,7 @@ data class ScannerDetails(
34
val version: String,
35
36
/**
37
- * The configuration of the scanner, could be command line arguments for example.
+ * The configuration of the scanner, like the options passed to a command line scanner.
38
*/
39
val configuration: String
40
) {
0 commit comments