eBPFDevSecTools / opened

OPENED Tool to extract specific eBPF functions from large monoliths (tested on Katran, Mizar, Cilium..)
Apache License 2.0
12 stars 6 forks source link

change input API #18

Open sdsen opened 1 year ago

sdsen commented 1 year ago

Is your feature request related to a problem? Please describe. As a input to extraction_runner, specify the github repo. Describe the solution you'd like

  1. read in the repo-id, and run find operation to search the .c and .h ebpf files
  2. save the commit info Describe alternatives you've considered None. Additional context None.
sdsen commented 1 year ago

related to #41

palanik1 commented 1 year ago

@sdsen Do we still need this issue in this repo or move to annotator repo?