diff --git a/checks/binary_artifact.go b/checks/binary_artifact.go index 9d64bf2a1239..f57d154524f9 100644 --- a/checks/binary_artifact.go +++ b/checks/binary_artifact.go @@ -54,7 +54,7 @@ func BinaryArtifacts(c *checker.CheckRequest) checker.CheckResult { findings, err := zrunner.Run(pRawResults, probes.BinaryArtifacts) if err != nil { e := sce.WithMessage(sce.ErrScorecardInternal, err.Error()) - return checker.CreateRuntimeErrorResult(CheckVulnerabilities, e) + return checker.CreateRuntimeErrorResult(CheckBinaryArtifacts, e) } return evaluation.BinaryArtifacts(CheckBinaryArtifacts, findings, c.Dlogger)