techservicesillinois / phantom-toolbox

Splunk SOAR Application development libraries and utilities
Other
1 stars 0 forks source link

Add functionality to write a `wheel` dependency block into `app.json` based on `requirements.txt` #8

Closed edthedev closed 1 month ago

edthedev commented 1 month ago

Context

We are using rough work arounds with code repetition to ensure that SOAR unpacks our wheel libraries.

https://github.com/techservicesillinois/secops-soar-tdx/blob/4de1629245904a2eee5c708df1ccebc5d3336513/src/app/app.json#L337-L348

edthedev commented 1 month ago

Duplicate of #7