diff --git a/entrypoint.py b/entrypoint.py index 619e7d7..abee184 100644 --- a/entrypoint.py +++ b/entrypoint.py @@ -23,7 +23,7 @@ plugin_name = 'RapidPlugin' plugin_description = 'A FASTEN plug-in to populate risk related metadata for a product.' -plugin_version = '1.2.3' +plugin_version = '1.2.4' def get_args_parser(): diff --git a/rapidplugin/utils/utils.py b/rapidplugin/utils/utils.py index 343ee63..17f2b90 100644 --- a/rapidplugin/utils/utils.py +++ b/rapidplugin/utils/utils.py @@ -182,7 +182,8 @@ def tailor_input(payload): "undeclared_depset": [], "functions": {}, "dependencyData" : {}, - "dependencyManagement" : {} + "dependencyManagement" : {}, + "dependencies" : {} } for key in tailor.keys(): if key in payload: diff --git a/setup.py b/setup.py index a88548c..f7f1438 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='quality-analyzer', - version='1.2.3', + version='1.2.4', description='FASTEN RAPID Plugin', long_description=long_description, long_description_content_type='text/markdown',