pmd / pmd-github-action

GitHub Action for PMD
MIT License
39 stars 26 forks source link

Relativize paths if Sarif report already contains URIs #266

Closed adangel closed 7 months ago

adangel commented 7 months ago

Since PMD 7.0.0-rc3, the Sarif report already contains file://-URIs. This caused, that we didn't properly relativize the paths in the report, so that the code annotations didn't appear anymore.

Fixes #249