Skip to content

Commit 2d22fdb

Browse files
committed
chore: remove references to removed check
Signed-off-by: Ben Selwyn-Smith <[email protected]>
1 parent a24aa87 commit 2d22fdb

File tree

29 files changed

+30
-59
lines changed

29 files changed

+30
-59
lines changed

tests/integration/cases/apache_maven_local_path_with_branch_name_digest_deps_cyclonedx_maven/maven.dl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2024 - 2025, Oracle and/or its affiliates. All rights reserved. */
22
/* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. */
33

44
#include "prelude.dl"
@@ -13,7 +13,6 @@ Policy("test_policy", component_id, "") :-
1313
check_failed(component_id, "mcn_provenance_derived_commit_1"),
1414
check_failed(component_id, "mcn_provenance_derived_repo_1"),
1515
check_failed(component_id, "mcn_provenance_expectation_1"),
16-
check_failed(component_id, "mcn_provenance_level_three_1"),
1716
check_failed(component_id, "mcn_provenance_witness_level_one_1"),
1817
check_failed(component_id, "mcn_trusted_builder_level_three_1"),
1918
is_repo_url(component_id, "https://github.com/apache/maven").

tests/integration/cases/apache_maven_local_paths_without_dep_resolution/guava.dl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2024 - 2025, Oracle and/or its affiliates. All rights reserved. */
22
/* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. */
33

44
#include "prelude.dl"
@@ -13,7 +13,6 @@ Policy("test_policy", component_id, "") :-
1313
check_failed(component_id, "mcn_provenance_derived_commit_1"),
1414
check_failed(component_id, "mcn_provenance_derived_repo_1"),
1515
check_failed(component_id, "mcn_provenance_expectation_1"),
16-
check_failed(component_id, "mcn_provenance_level_three_1"),
1716
check_failed(component_id, "mcn_provenance_witness_level_one_1"),
1817
check_failed(component_id, "mcn_trusted_builder_level_three_1"),
1918
is_repo_url(component_id, "https://github.com/google/guava").

tests/integration/cases/apache_maven_local_paths_without_dep_resolution/maven.dl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2024 - 2025, Oracle and/or its affiliates. All rights reserved. */
22
/* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. */
33

44
#include "prelude.dl"
@@ -13,7 +13,6 @@ Policy("test_policy", component_id, "") :-
1313
check_failed(component_id, "mcn_provenance_derived_commit_1"),
1414
check_failed(component_id, "mcn_provenance_derived_repo_1"),
1515
check_failed(component_id, "mcn_provenance_expectation_1"),
16-
check_failed(component_id, "mcn_provenance_level_three_1"),
1716
check_failed(component_id, "mcn_provenance_witness_level_one_1"),
1817
check_failed(component_id, "mcn_trusted_builder_level_three_1"),
1918
is_repo_url(component_id, "https://github.com/apache/maven").

tests/integration/cases/apache_maven_local_paths_without_dep_resolution/mockito.dl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2024 - 2025, Oracle and/or its affiliates. All rights reserved. */
22
/* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. */
33

44
#include "prelude.dl"
@@ -13,7 +13,6 @@ Policy("test_policy", component_id, "") :-
1313
check_failed(component_id, "mcn_provenance_derived_commit_1"),
1414
check_failed(component_id, "mcn_provenance_derived_repo_1"),
1515
check_failed(component_id, "mcn_provenance_expectation_1"),
16-
check_failed(component_id, "mcn_provenance_level_three_1"),
1716
check_failed(component_id, "mcn_provenance_witness_level_one_1"),
1817
check_failed(component_id, "mcn_trusted_builder_level_three_1"),
1918
is_repo_url(component_id, "https://github.com/mockito/mockito").

tests/integration/cases/apache_maven_local_repo/policy.dl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2024 - 2025, Oracle and/or its affiliates. All rights reserved. */
22
/* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. */
33

44
#include "prelude.dl"
@@ -13,7 +13,6 @@ Policy("test_policy", component_id, "") :-
1313
check_failed(component_id, "mcn_provenance_derived_commit_1"),
1414
check_failed(component_id, "mcn_provenance_derived_repo_1"),
1515
check_failed(component_id, "mcn_provenance_expectation_1"),
16-
check_failed(component_id, "mcn_provenance_level_three_1"),
1716
check_failed(component_id, "mcn_provenance_witness_level_one_1"),
1817
check_failed(component_id, "mcn_trusted_builder_level_three_1"),
1918
is_repo_url(component_id, "https://github.com/apache/maven").

tests/integration/cases/apache_maven_purl_repo_path/policy.dl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2024 - 2025, Oracle and/or its affiliates. All rights reserved. */
22
/* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. */
33

44
#include "prelude.dl"
@@ -13,7 +13,6 @@ Policy("test_policy", component_id, "") :-
1313
check_failed(component_id, "mcn_provenance_derived_commit_1"),
1414
check_failed(component_id, "mcn_provenance_derived_repo_1"),
1515
check_failed(component_id, "mcn_provenance_expectation_1"),
16-
check_failed(component_id, "mcn_provenance_level_three_1"),
1716
check_failed(component_id, "mcn_provenance_witness_level_one_1"),
1817
check_failed(component_id, "mcn_trusted_builder_level_three_1"),
1918
is_repo_url(component_id, "https://github.com/apache/maven").

tests/integration/cases/apache_maven_using_default_template_file_as_input_template/maven.dl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2024 - 2025, Oracle and/or its affiliates. All rights reserved. */
22
/* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. */
33

44
#include "prelude.dl"
@@ -13,7 +13,6 @@ Policy("test_policy", component_id, "") :-
1313
check_failed(component_id, "mcn_provenance_derived_commit_1"),
1414
check_failed(component_id, "mcn_provenance_derived_repo_1"),
1515
check_failed(component_id, "mcn_provenance_expectation_1"),
16-
check_failed(component_id, "mcn_provenance_level_three_1"),
1716
check_failed(component_id, "mcn_provenance_witness_level_one_1"),
1817
check_failed(component_id, "mcn_trusted_builder_level_three_1"),
1918
is_repo_url(component_id, "https://github.com/apache/maven").

tests/integration/cases/apache_maven_yaml_input_skip_deps/guava.dl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2024 - 2025, Oracle and/or its affiliates. All rights reserved. */
22
/* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. */
33

44
#include "prelude.dl"
@@ -13,7 +13,6 @@ Policy("test_policy", component_id, "") :-
1313
check_failed(component_id, "mcn_provenance_derived_commit_1"),
1414
check_failed(component_id, "mcn_provenance_derived_repo_1"),
1515
check_failed(component_id, "mcn_provenance_expectation_1"),
16-
check_failed(component_id, "mcn_provenance_level_three_1"),
1716
check_failed(component_id, "mcn_provenance_witness_level_one_1"),
1817
check_failed(component_id, "mcn_trusted_builder_level_three_1"),
1918
is_repo_url(component_id, "https://github.com/google/guava").

tests/integration/cases/apache_maven_yaml_input_skip_deps/maven.dl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2024 - 2025, Oracle and/or its affiliates. All rights reserved. */
22
/* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. */
33

44
#include "prelude.dl"
@@ -13,7 +13,6 @@ Policy("test_policy", component_id, "") :-
1313
check_failed(component_id, "mcn_provenance_derived_commit_1"),
1414
check_failed(component_id, "mcn_provenance_derived_repo_1"),
1515
check_failed(component_id, "mcn_provenance_expectation_1"),
16-
check_failed(component_id, "mcn_provenance_level_three_1"),
1716
check_failed(component_id, "mcn_provenance_witness_level_one_1"),
1817
check_failed(component_id, "mcn_trusted_builder_level_three_1"),
1918
is_repo_url(component_id, "https://github.com/apache/maven").

tests/integration/cases/apache_maven_yaml_input_skip_deps/mockito.dl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2024 - 2025, Oracle and/or its affiliates. All rights reserved. */
22
/* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. */
33

44
#include "prelude.dl"
@@ -13,7 +13,6 @@ Policy("test_policy", component_id, "") :-
1313
check_failed(component_id, "mcn_provenance_derived_commit_1"),
1414
check_failed(component_id, "mcn_provenance_derived_repo_1"),
1515
check_failed(component_id, "mcn_provenance_expectation_1"),
16-
check_failed(component_id, "mcn_provenance_level_three_1"),
1716
check_failed(component_id, "mcn_provenance_witness_level_one_1"),
1817
check_failed(component_id, "mcn_trusted_builder_level_three_1"),
1918
is_repo_url(component_id, "https://github.com/mockito/mockito").

0 commit comments

Comments
 (0)