Skip to content

Commit

Permalink
Move cron monitoring to a non-internal location.
Browse files Browse the repository at this point in the history
This allows external workers (e.g. criticality_score) to use the same
monitoring code.

Signed-off-by: Caleb Brown <[email protected]>
  • Loading branch information
calebbrown committed Nov 13, 2022
1 parent 52640d5 commit 74244a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/internal/worker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
"github.com/ossf/scorecard/v4/cron/config"
"github.com/ossf/scorecard/v4/cron/data"
format "github.com/ossf/scorecard/v4/cron/internal/format"
"github.com/ossf/scorecard/v4/cron/internal/monitoring"
"github.com/ossf/scorecard/v4/cron/monitoring"
"github.com/ossf/scorecard/v4/cron/worker"
docs "github.com/ossf/scorecard/v4/docs/checks"
sce "github.com/ossf/scorecard/v4/errors"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 74244a6

Please sign in to comment.