Skip to content

Commit

Permalink
chore(scanner): Remove an unused label
Browse files Browse the repository at this point in the history
This is a fixup for be38f7f.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Oct 7, 2024
1 parent 1d71126 commit 796cd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner/src/main/kotlin/Scanner.kt
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class Scanner(
}

val provenanceScanResultsToStore = mutableSetOf<Pair<KnownProvenance, ScanResult>>()
packagesWithIncompleteScanResult.forEach processResults@{ pkg ->
packagesWithIncompleteScanResult.forEach { pkg ->
val nestedProvenanceScanResult = scanResult.toNestedProvenanceScanResult(nestedProvenance)
controller.addNestedScanResult(scanner, nestedProvenanceScanResult)

Expand Down

0 comments on commit 796cd27

Please sign in to comment.