From 668ccaaf0cb9050b7896f0834c8ed25fc8d6d23c Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Thu, 9 Nov 2023 15:32:53 -0500 Subject: [PATCH] Update snapshots due to changes in ec-policies Signed-off-by: Luiz Carvalho --- features/__snapshots__/task_validate_image.snap | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/features/__snapshots__/task_validate_image.snap b/features/__snapshots__/task_validate_image.snap index 9ee6bf42a..8c4b1be3e 100755 --- a/features/__snapshots__/task_validate_image.snap +++ b/features/__snapshots__/task_validate_image.snap @@ -87,7 +87,11 @@ components: - redhat depends_on: - test.test_data_found - description: Produce a warning if any tests have their result set to "SKIPPED". + description: Produce a violation if any tests have their result set to "SKIPPED". + A skipped result means a pre-requirement for executing the test was not met, + e.g. a license key for executing a scanner was not provided. The result type + is configurable by the "skipped_tests_results" key in the rule data. + effective_on: "${TIMESTAMP}" title: No tests were skipped msg: Pass ec-version: ${EC_VERSION} @@ -145,7 +149,11 @@ components: - redhat depends_on: - test.test_data_found - description: Produce a warning if any tests have their result set to "SKIPPED". + description: Produce a violation if any tests have their result set to "SKIPPED". + A skipped result means a pre-requirement for executing the test was not met, + e.g. a license key for executing a scanner was not provided. The result type + is configurable by the "skipped_tests_results" key in the rule data. + effective_on: "${TIMESTAMP}" title: No tests were skipped msg: Pass ec-version: ${EC_VERSION}