Skip to content

Commit

Permalink
[SBOM] Fix jattach reference.
Browse files Browse the repository at this point in the history
Summary: jattach was pointing to the pixie-io fork instead of the original repo.

Test Plan: Ran all_licenses with --stamp and made sure it worked properly.

Reviewers: zasgar, vihang, michelle

Reviewed By: vihang

Signed-off-by: James Bartlett <jamesbartlett@pixielabs.ai>

Differential Revision: https://phab.corp.pixielabs.ai/D12512

GitOrigin-RevId: 979de9f218169c4a686e3a13ace1d4d233a709ce
  • Loading branch information
JamesMBartlett authored and copybaranaut committed Nov 7, 2022
1 parent 8df3f1c commit b39c112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/licenses/fetch_licenses.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var remapRepos = map[string]string{
"pixie-io/dnsparser": "packetzero/dnsparser",
"pixie-io/ELFIO": "serge1/ELFIO",
"pixie-io/grpc": "grpc/grpc",
"pixie-io/jattach": "apangin/jattach",
"pixie-io/libpypa": "vinzenz/libpypa",
"pixie-io/tdigest": "derrickburns/tdigest",
"pixie-io/threadstacks": "thoughtspot/threadstacks",
Expand Down

0 comments on commit b39c112

Please sign in to comment.