Skip to content

Commit

Permalink
🔥 Do not export workingDirectory in SARIF
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Oct 25, 2023
1 parent d69d37a commit 5056c28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions woke/detectors/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ def create_sarif_log(
invocations=[
Invocation(
execution_successful=True,
working_directory=ArtifactLocation(
uri=f"file://{os.getcwd()}",
),
),
],
results=results,
Expand Down

0 comments on commit 5056c28

Please sign in to comment.