Skip to content

Commit b423783

Browse files
committed
Fixed SARIF regression (#53)
* added SARIF back in
1 parent 1abc43a commit b423783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

socketsecurity/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class CliConfig:
3333
integration_org_slug: Optional[str] = None
3434
pending_head: bool = False
3535
timeout: Optional[int] = 1200
36+
timeout: Optional[int] = 1200
3637
@classmethod
3738
def from_args(cls, args_list: Optional[List[str]] = None) -> 'CliConfig':
3839
parser = create_argument_parser()

0 commit comments

Comments
 (0)