Skip to content

Commit

Permalink
Audit: Fix priority
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 8, 2024
1 parent 5ceac03 commit d4b13c6
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 @@ -329,7 +329,7 @@ def get_actions(self, context: module.GetActionContext) -> list[module.Action[_E
if dpkg or snyk:
results.append(
module.Action(
priority=module.PRIORITY_HIGH,
priority=module.PRIORITY_CRON,
data=_EventData(snyk=snyk, dpkg=dpkg, is_dashboard=is_dashboard),
)
)
Expand Down

0 comments on commit d4b13c6

Please sign in to comment.