We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52abba commit e053714Copy full SHA for e053714
client/pkg/clickhouse/db_client.go
@@ -549,7 +549,7 @@ func (c *DBClient) InsertKubeScoreMetrics(metrics model.KubeScoreRecommendations
549
comments.Path,
550
comments.Summary,
551
result.FileName,
552
- result.FileRow,
+ int64(result.FileRow),
553
currentTime,
554
); err != nil {
555
log.Println("Error while inserting KubeScore metrics:", err)
0 commit comments