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 1c39dd1 commit 0da58baCopy full SHA for 0da58ba
cycode/cli/files_collector/path_documents.py
@@ -84,7 +84,7 @@ def _generate_document(file: str, scan_type: str, content: str, is_git_diff: boo
84
if is_iac(scan_type) and is_tfplan_file(file, content):
85
return _handle_tfplan_file(file, content, is_git_diff)
86
87
- return Document(file, content, is_git_diff)
+ return Document(file, content, is_git_diff, absolute_path=file)
88
89
90
def _handle_tfplan_file(file: str, content: str, is_git_diff: bool) -> Document:
0 commit comments