Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
YaaraVerner committed Oct 3, 2023
1 parent a4c0624 commit 825b3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkov/common/bridgecrew/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def persist_resource_subgraph_maps(
timeout: int
) -> None:
def _upload_resource_subgraph_map(check_type: str, resource_subgraph_map: dict[str, str]) -> None:
s3_key = os.path.join(graphs_repo_object_key, check_type, "multi-graph/resource_subgraph_map.json")
s3_key = os.path.join(graphs_repo_object_key, check_type, "multi-graph/resource_subgraph_maps/resource_subgraph_map.json")
try:
_put_json_object(s3_client, resource_subgraph_map, bucket, s3_key)
except Exception:
Expand Down

0 comments on commit 825b3d4

Please sign in to comment.