Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Remove file://prefix in uri remapping (#63)
Browse files Browse the repository at this point in the history
* Remove file://prefix in uri remapping

* Remove extra
  • Loading branch information
ZacSweers authored Nov 9, 2023
1 parent 9c98583 commit fa2873f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/slack/cli/sarif/MergeSarifReports.kt
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ public class MergeSarifReports :
artifactLocation.copy(
uri =
artifactLocation.uri
?.removePrefix("file://")
?.removePrefix(projectDir.absolutePathString())
?.removePrefix("/")
)
Expand Down

0 comments on commit fa2873f

Please sign in to comment.