From 4af01dff35432769d5de1d13fc8768228be39310 Mon Sep 17 00:00:00 2001 From: laurentsimon Date: Wed, 23 Mar 2022 23:57:18 +0000 Subject: [PATCH] updates --- cron/format/json.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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