Skip to content

Commit

Permalink
fix(secrets): Update CKV_SECRET_4 to duplication list GENERIC_PRIVATE…
Browse files Browse the repository at this point in the history
…_KEY (#6810)

add secrret_4 to dup list
  • Loading branch information
eshmayovitz authored Nov 5, 2024
1 parent 167200a commit 234a3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkov/secrets/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}

ENTROPY_CHECK_IDS = {'CKV_SECRET_6', 'CKV_SECRET_19', 'CKV_SECRET_80'}
GENERIC_PRIVATE_KEY_CHECK_IDS = {'CKV_SECRET_10', 'CKV_SECRET_13', 'CKV_SECRET_192'}
GENERIC_PRIVATE_KEY_CHECK_IDS = {'CKV_SECRET_4', 'CKV_SECRET_10', 'CKV_SECRET_13', 'CKV_SECRET_192'}

CHECK_ID_TO_SECRET_TYPE = {v: k for k, v in SECRET_TYPE_TO_ID.items()}

Expand Down

0 comments on commit 234a3e9

Please sign in to comment.