mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
fix(github_actions): fix black formatting
This commit is contained in:
@@ -69,7 +69,10 @@ def validate_arguments(arguments):
|
||||
if hasattr(arguments, "repository_url") and arguments.repository_url:
|
||||
has_github_auth = False
|
||||
|
||||
if hasattr(arguments, "personal_access_token") and arguments.personal_access_token:
|
||||
if (
|
||||
hasattr(arguments, "personal_access_token")
|
||||
and arguments.personal_access_token
|
||||
):
|
||||
has_github_auth = True
|
||||
|
||||
if hasattr(arguments, "oauth_app_token") and arguments.oauth_app_token:
|
||||
|
||||
Reference in New Issue
Block a user