Skip to content

Commit 4e2cd4d

Browse files
committed
fix(license): update lichen.sh to remove local build path information
1 parent ed3bb3e commit 4e2cd4d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sbom.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
],
141141
"Binaries": [
142142
{
143-
"Path": "/home/smoyer1/git/selesy/ethereum-mcp/ethereum-mcp.so",
144143
"PackagePath": "command-line-arguments",
145144
"ModulePath": "github.com/selesy/ethereum-mcp",
146145
"ModuleRefs": [

scripts/lichen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
go build -o ethereum-mcp.so ./main.go
44
go tool lichen --json sbom.tmp ethereum-mcp.so
5-
cat sbom.tmp | jq 'del(.Modules[].Dir, .Modules[].Licenses[].Path, .Modules[].UsedBy)' > sbom.json
5+
cat sbom.tmp | jq 'del(.Modules[].Dir, .Modules[].Licenses[].Path, .Modules[].UsedBy, .Binaries[].Path)' > sbom.json
66

77
rm sbom.tmp
88
rm ethereum-mcp.so

0 commit comments

Comments
 (0)