We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862997e commit f6b0303Copy full SHA for f6b0303
list_secret_scanning_alerts.py
@@ -47,7 +47,7 @@ def make_result(
47
return result
48
49
50
-def to_list(result: dict) -> list[str]:
+def to_list(result: dict) -> list[str|None]:
51
return [
52
result["created_at"],
53
result["push_protection_bypassed_by"],
0 commit comments