Skip to content

Commit

Permalink
platform(general): Double-Encode URI for RelayState Parameter (#6302)
Browse files Browse the repository at this point in the history
* Add URI double encoding for the report url

* fix flake8

* Install urllib3 and update Pipfile and Pipfile.lock

* Install urllib3 and update Pipfile and Pipfile.lock

* delete results.sarif

* Add urllib3 in setup.py
  • Loading branch information
SimOnPanw authored and actions-user committed May 16, 2024
1 parent f4a4f3e commit 056a656
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 = '3.2.93'
version = '3.2.94'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.93
checkov==3.2.94

0 comments on commit 056a656

Please sign in to comment.