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.
ScannerRun
1 parent 3c2676d commit bb71f49Copy full SHA for bb71f49
model/src/main/kotlin/ScannerRun.kt
@@ -89,7 +89,7 @@ data class ScannerRun(
89
val issues: Map<Identifier, Set<Issue>> = emptyMap(),
90
91
/**
92
- * The names of the scanners which have been used to scan the package.
+ * The project / package identifiers that have been scanned, associated with the names of the scanners used.
93
*/
94
@JsonSerialize(converter = ScannersMapConverter::class)
95
val scanners: Map<Identifier, Set<String>>,
0 commit comments