Skip to content

Commit

Permalink
Update v5 branch (#53)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Fix URI path for images (#52)

* Fix URI path for images

* Bump version

---------

Co-authored-by: Paul Hodgetts <[email protected]>
  • Loading branch information
Jujuyeh and Paul Hodgetts authored Jun 28, 2024
1 parent 77ec0c1 commit 1f1eb8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secure-inline-scan-action",
"version": "5.1.0",
"version": "5.1.1",
"description": "This actions performs image analysis on locally built container image and posts the result of the analysis to Sysdig Secure.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1f1eb8a

Please sign in to comment.