microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

The `inputs` field from the generic merge task config is redundant #3589

Open kananb opened 9 months ago

kananb commented 9 months ago

The inputs field is not used anywhere in the agent project. We can probably just remove it from the config.

Checking with onefuzz tasks list --query [?config.task.type=='generic_merge'] shows that there aren't any such tasks in prod.

AB#168415