Skip to content

Commit bb71f49

Browse files
committed
docs(model): Improve a ScannerRun property description
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 3c2676d commit bb71f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/main/kotlin/ScannerRun.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ data class ScannerRun(
8989
val issues: Map<Identifier, Set<Issue>> = emptyMap(),
9090

9191
/**
92-
* The names of the scanners which have been used to scan the package.
92+
* The project / package identifiers that have been scanned, associated with the names of the scanners used.
9393
*/
9494
@JsonSerialize(converter = ScannersMapConverter::class)
9595
val scanners: Map<Identifier, Set<String>>,

0 commit comments

Comments
 (0)