From 04401daa8e40a4ce6a7a451c0d6cac6e73aeb759 Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Thu, 3 Oct 2024 08:59:07 +0100 Subject: [PATCH] chore: fix validate config Signed-off-by: Weston Steimel --- tests/quality/config.yaml | 6 +++--- tests/quality/vulnerability-match-labels | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/quality/config.yaml b/tests/quality/config.yaml index 5633edd7..b4ca367d 100644 --- a/tests/quality/config.yaml +++ b/tests/quality/config.yaml @@ -1,8 +1,8 @@ x-ref: default-validations: &default-validations - max-f1-regression: 0.0 - max-new-false-negatives: 0 - max-unlabeled-percent: 10 + max_f1_regression: 0.0 + max_new_false_negatives: 0 + max_unlabeled_percent: 10 max_year: 2021 candidate_tool_label: custom-db yardstick: diff --git a/tests/quality/vulnerability-match-labels b/tests/quality/vulnerability-match-labels index 30c7404c..f213a4cf 160000 --- a/tests/quality/vulnerability-match-labels +++ b/tests/quality/vulnerability-match-labels @@ -1 +1 @@ -Subproject commit 30c7404cd3c6157db672b5f4a0dde483ddbed52d +Subproject commit f213a4cf4beb26b90dd4f6e6a9fa81985d6bae78