Skip to content

Commit

Permalink
Add missing transversal_status
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 1, 2024
1 parent 8ae3979 commit 66684d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_app_geo_project/module/audit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ async def process(
title=f"dpkg ({version})",
)
)
return ProcessOutput(actions=actions)
return ProcessOutput(actions=actions, transversal_status=context.transversal_status)
else:
short_message, success = await _process_snyk_dpkg(context, issue_check)

Expand Down

0 comments on commit 66684d7

Please sign in to comment.