summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/run.go')
-rw-r--r--internal/run.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/run.go b/internal/run.go
index 63ee16f..21b9b6d 100644
--- a/internal/run.go
+++ b/internal/run.go
@@ -76,6 +76,9 @@ func Run(ctx context.Context, configFile string, renotify, force bool) error {
if err := persistHTMLReport(state, subject, conf); err != nil {
notifyError(conf, err)
}
+ if err := persistJSONReport(state, subject, conf); err != nil {
+ notifyError(conf, err)
+ }
}
return nil