Skip to content

Commit

Permalink
breachwatch report improvement: show (and save) updated summary scores
Browse files Browse the repository at this point in the history
  • Loading branch information
aaunario-keeper committed Jul 18, 2024
1 parent 948e545 commit 4351fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keepercommander/commands/breachwatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,4 @@ def get_parser(self):
def execute(self, params, **kwargs):
BreachWatch.validate_reporting('breachwatch report', params)
cmd = SecurityAuditReportCommand()
return cmd.execute(params, **{'breachwatch':True, **kwargs})
return cmd.execute(params, **{'breachwatch': True, 'save': True, **kwargs})

0 comments on commit 4351fb0

Please sign in to comment.