Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self):
super(self.__class__, self).__init__(
name='run_jq',
description='Pass the given JSON to the jq command, using the given flags and filter',
input=RunJqInput(),
output=RunJqOutput())