Skip to content

Commit 1f1eb8a

Browse files
JujuyehPaul Hodgetts
and
Paul Hodgetts
authored
Update v5 branch (#53)
* Update wording when fix unavailable (#47) * Bump package version (#48) * Update wording when fix unavailable * Bump package version to match vbranch --------- Co-authored-by: Paul Hodgetts <paul.hodgetts@paul.hodgetts> * Fix URI path for images (#52) * Fix URI path for images * Bump version --------- Co-authored-by: Paul Hodgetts <paul.hodgetts@paul.hodgetts>
1 parent 77ec0c1 commit 1f1eb8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ function vulnerabilities2SARIFResByPackage(data) {
530530
{
531531
physicalLocation: {
532532
artifactLocation: {
533-
uri: data.result.metadata.pullString,
533+
uri: `file:///${data.result.metadata.pullString}`,
534534
uriBaseId: "ROOTPATH"
535535
}
536536
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "secure-inline-scan-action",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "This actions performs image analysis on locally built container image and posts the result of the analysis to Sysdig Secure.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)