Skip to content

Commit

Permalink
platform(general): Implement SSO Relay State Parameter in Checkov Out…
Browse files Browse the repository at this point in the history
…put Links (#5217)

* add RelayState param from Prisma Cloud

* fix flake8 issues

* add the type of the input arguments and the return value for get_sso_prismacloud_url function

* add exception handling and timeout to meet bandit requirements

* fix flake8

* fix flake8

* move the get_sso_prismacloud_url function to platform_integration.py

* call the function get_sso_prismacloud_url from commit_repository function

* Update checkov/common/bridgecrew/platform_integration.py

Co-authored-by: Anton Grübel <[email protected]>

* Update checkov/common/bridgecrew/platform_integration.py

Co-authored-by: Anton Grübel <[email protected]>

* remove dot in front of type-ignore-no-untyped-call

* return normal url if any errors

* fix mypy issues

---------

Co-authored-by: Anton Grübel <[email protected]>
  • Loading branch information
2 people authored and actions-user committed Jul 27, 2023
1 parent fd38734 commit 7ea9d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.3.346'
version = '2.3.347'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.3.346
checkov==2.3.347

0 comments on commit 7ea9d91

Please sign in to comment.