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 30c743b commit 21c36d0Copy full SHA for 21c36d0
src/macaron/slsa_analyzer/ci_service/jenkins.py
@@ -88,7 +88,7 @@ def build_call_graph(self, repo_path: str, macaron_path: str = "") -> CallGraph:
88
call_graph = CallGraph(root, repo_path)
89
90
# To match lines that start with sh '' or sh ''' ''' (either single or triple quotes)
91
- # we need to account for both the single-line and multi-line cases.
+ # TODO: we need to support multi-line cases.
92
pattern = r"^\s*sh\s+'{1,3}(.*?)'{1,3}$"
93
workflow_files = self.get_workflows(repo_path)
94
0 commit comments