Skip to content

Commit

Permalink
updated artifact handling
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Quest <[email protected]>
  • Loading branch information
kcq committed Nov 9, 2024
1 parent fcbc68f commit ff8c378
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/app/sensor/artifact/artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ var binDataReplace = []fsutil.ReplaceInfo{
Match: "node.js/v",
Replace: "done,xu/v",
},
{
PathSuffix: "/curl",
Match: "curl/",
Replace: "kerl/",
},
}

var appMetadataFileUpdate = map[string]fsutil.DataUpdaterFn{
Expand Down

0 comments on commit ff8c378

Please sign in to comment.