Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tests/integration/cases/google_guava/policy.dl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ Policy("test_policy", component_id, "") :-
check_passed(component_id, "mcn_build_as_code_1"),
check_passed(component_id, "mcn_build_script_1"),
check_passed(component_id, "mcn_build_service_1"),
check_passed(component_id, "mcn_infer_artifact_pipeline_1"),
// TODO: The GitHub API is no longer returning the required information about the workflow run
// steps for this version of Guava. So, we need to disable this check for now and adjust
// the logic in the mcn_infer_artifact_pipeline_1 check.
check_failed(component_id, "mcn_infer_artifact_pipeline_1"),
check_passed(component_id, "mcn_version_control_system_1"),
check_failed(component_id, "mcn_provenance_available_1"),
check_failed(component_id, "mcn_provenance_derived_commit_1"),
Expand Down