Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YaaraVerner committed Oct 3, 2023
1 parent 5025121 commit 01c3f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkov/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def __init__(self, argv: list[str] = sys.argv[1:]) -> None:
self.scan_reports: "list[Report]" = []
self.run_metadata: dict[str, str | list[str]] = {}
self.graphs: dict[str, list[tuple[LibraryGraph, Optional[str]]]] = {}
self.resource_subgraph_maps: dict[str, dict[str, str]] = {}
self.url: str | None = None

self.parse_config(argv=argv)
Expand Down

0 comments on commit 01c3f05

Please sign in to comment.