TracecatHQ / tracecat

The open source Tines / Splunk SOAR alternative.
https://tracecat.com
GNU Affero General Public License v3.0
2.31k stars 152 forks source link

feat(engine): More input validation #224

Closed daryllimyt closed 1 month ago

daryllimyt commented 1 month ago

Features

e.g. old

entrypoint: my_action

new

entrypoint:
    ref: my_action
    expects: <WIP>
    ...

Changes

Tests