Skip to content

Commit 6fdbee7

Browse files
authored
feat: reenable vulnerability and documentation (IN-674) (#3490)
Signed-off-by: Gašper Grom <gasper.grom@gmail.com>
1 parent 9ee82e0 commit 6fdbee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/tinybird/pipes/health_score_security.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SQL >
3131
length(arrayFilter(x -> x['result'] = 'Passed', filteredAssessments)) AS passedAssessments
3232
FROM security_deduplicated_merged_ds
3333
JOIN health_score_security_project_repos USING (repo)
34-
WHERE category not in ('Documentation', 'Vulnerability Management') AND insightsProjectSlug = slug
34+
WHERE insightsProjectSlug = slug
3535

3636
NODE health_score_security_category_pass_rate
3737
SQL >

0 commit comments

Comments
 (0)