Skip to content

Commit

Permalink
Add support CI_SCAN for a link.
Browse files Browse the repository at this point in the history
  • Loading branch information
ostorlab committed Nov 14, 2024
1 parent d8c518f commit c8f00d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ostorlab/apis/scan_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ def __init__(
api_schema: Optional[io.FileIO] = None,
proxy: Optional[str] = None,
qps: Optional[int] = None,
filtered_url_regexes: Optional[[List[str]]] = None,
test_credential_ids: Optional[List[int]] = None,
filtered_url_regexes: [List[str]] = None,
test_credential_ids: List[int] = None,
):
self._title = title
self._urls = urls
Expand Down

0 comments on commit c8f00d8

Please sign in to comment.