Skip to content

Commit

Permalink
Update prisma_engine.py
Browse files Browse the repository at this point in the history
new line char
  • Loading branch information
pazbechor committed Sep 5, 2024
1 parent 151a8bc commit 87f15e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkov/sast/engines/prisma_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,4 +554,4 @@ def get_reachability_data(repo_path: str) -> Dict[str, Any]:
aliases = package_alias.get("packageAliases", [])
if aliases:
data[lang]["package_alias"][original_package_name] = aliases[0]
return data
return data

0 comments on commit 87f15e2

Please sign in to comment.