Skip to content

Commit

Permalink
Merge pull request #1156 from lcarva/fix-snapshots-2
Browse files Browse the repository at this point in the history
Update snapshots due to changes in ec-policies
  • Loading branch information
lcarva authored Nov 9, 2023
2 parents 236085c + 668ccaa commit ece604c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions features/__snapshots__/task_validate_image.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit ece604c

Please sign in to comment.