diff --git a/pkg/cache/postgres_query.go b/pkg/cache/postgres_query.go index 11379da94..9ee342754 100644 --- a/pkg/cache/postgres_query.go +++ b/pkg/cache/postgres_query.go @@ -186,7 +186,7 @@ SELECT checks.description, canaries.namespace, canaries.name as canaryName, - canaries.labels, + canaries.labels || checks.labels as labels, severity, owner, last_runtime,