Skip to content

Commit

Permalink
fix(terraform): CKV_AZURE_249 & CKV_AWS_358 - better support for OIDC…
Browse files Browse the repository at this point in the history
… 'repo' detection regex and conditions order (#6994)

* FIX(CKV_AZURE_249): better support for OIDC 'repo' detection regex

Improved the regex detecting the `repo` claim usage within OIDC configs so
it will match GitHub's namings allowance and restrictions.
This is a fix for #6978

* FIX(CKV_AWS_358): condition order doesn't matter in OIDC check

Fixed a bug where policies' `condition` blocks order would matter - it does not
Fixing #6986.
  • Loading branch information
aviadhahami authored and actions-user committed Feb 5, 2025
1 parent e871dab commit 7b475e5
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.365'
version = '3.2.366'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.365
checkov==3.2.366

0 comments on commit 7b475e5

Please sign in to comment.