diff --git a/woke/detectors/utils.py b/woke/detectors/utils.py index 3ebeb98a9..b38436f88 100644 --- a/woke/detectors/utils.py +++ b/woke/detectors/utils.py @@ -152,9 +152,6 @@ def create_sarif_log( invocations=[ Invocation( execution_successful=True, - working_directory=ArtifactLocation( - uri=f"file://{os.getcwd()}", - ), ), ], results=results,