Skip to content

Commit 7b475e5

Browse files
aviadhahamiactions-user
authored andcommitted
fix(terraform): CKV_AZURE_249 & CKV_AWS_358 - better support for OIDC '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.
1 parent e871dab commit 7b475e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checkov/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '3.2.365'
1+
version = '3.2.366'

kubernetes/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
checkov==3.2.365
1+
checkov==3.2.366

0 commit comments

Comments
 (0)