We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f051d8a commit f999f45Copy full SHA for f999f45
src/macaron/slsa_analyzer/checks/build_service_check.py
@@ -75,7 +75,7 @@ def __init__(self) -> None:
75
"""Initiate the BuildServiceCheck instance."""
76
check_id = "mcn_build_service_1"
77
description = "Check if the target repo has a valid build service."
78
- depends_on: list[tuple[str, CheckResultType]] = [("mcn_build_as_code_1", CheckResultType.FAILED)]
+ depends_on: list[tuple[str, CheckResultType]] = [("mcn_version_control_system_1", CheckResultType.PASSED)]
79
eval_reqs = [ReqName.BUILD_SERVICE]
80
super().__init__(
81
check_id=check_id,
0 commit comments