You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
If it is related to an existing check, please note the relevant check ID.
Also, explain the logic for this addition / change.
CKV_SECRET_6 fails for a specific property and string combination: secret_name = "TF_TEAM_TOKEN"
I don't think a key of secret_name should trigger an entropy check on its value. It's likely rare but this shows there are fairly simple names which will fail the entropy check.
Examples
Please share an example code sample (in the IaC of your choice) + the expected outcomes.
Describe the issue
If it is related to an existing check, please note the relevant check ID.
Also, explain the logic for this addition / change.
CKV_SECRET_6 fails for a specific property and string combination:
secret_name = "TF_TEAM_TOKEN"
I don't think a key of
secret_name
should trigger an entropy check on its value. It's likely rare but this shows there are fairly simple names which will fail the entropy check.Examples
Please share an example code sample (in the IaC of your choice) + the expected outcomes.
Version (please complete the following information):
Additional context
It is this specific value that fails the check:
"TF_TEAM_TOKEN"
If you change it even slightly it passes.
The text was updated successfully, but these errors were encountered: