Skip to content

Commit

Permalink
Fix URI path for images
Browse files Browse the repository at this point in the history
  • Loading branch information
Jujuyeh committed Jun 28, 2024
1 parent 07d6420 commit f868a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ function vulnerabilities2SARIFResByPackage(data) {
{
physicalLocation: {
artifactLocation: {
uri: data.result.metadata.pullString,
uri: `file:///${data.result.metadata.pullString}`,
uriBaseId: "ROOTPATH"
}
},
Expand Down

0 comments on commit f868a30

Please sign in to comment.