diff --git a/cron/format/json.go b/cron/format/json.go index 74d0c2209d7f..f75ce379039f 100644 --- a/cron/format/json.go +++ b/cron/format/json.go @@ -57,13 +57,13 @@ type jsonCheckResultV2 struct { } type jsonRepoV2 struct { - Name string `json:"name" bigquery:"name"` - Commit string `json:"commit" bigquery:"commit"` + Name string `json:"name"` + Commit string `json:"commit"` } type jsonScorecardV2 struct { - Version string `json:"version" bigquery:"version"` - Commit string `json:"commit" bigquery:"commit"` + Version string `json:"version"` + Commit string `json:"commit"` } type jsonFloatScore float64