-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
False positive for CKV_SECRET_6
for google_secret_manager_secret_version
resources
#1660
Comments
CKV_SECRET_6
for google_secret_manageR_secret_version
resourceCKV_SECRET_6
for google_secret_manager_secret_version
resources
I was getting this in jenkins but when I ran on desktop without the -o and redirect, I discovered that I was really getting a ton of file parse errors (#1663). limiting to 2.0.437 has resolved the issue for now. |
any news on this? Still happening on version |
Got the same for Terraform on Azure Key Vault secrets. Even the #checkov:skip=CKV_SECRET_6 doesn't skip the check for me. Using the "latest" docker tag in an Azure DevOps pipeline. |
I can confirm that this is still present. I'm using version: 2.0.563. |
I am getting the same error when reading the following ARM template which is located in my directory. {
"properties": {
"type": "AzureBlobStorage",
"annotations": [],
"typeProperties": {
"connectionString": {
"type": "AzureKeyVaultSecret",
"store": {
"referenceName": "kv_ls_primary",
"type": "LinkedServiceReference"
},
"secretName": "storage-account-connection-string"
}
}
},
"type": "Microsoft.DataFactory/factories/linkedservices"
} The following error was received I am using version: 2.0.616 |
Thanks for contributing to Checkov! We've automatically marked this issue as stale to keep our issues list tidy, because it has not had any activity for 6 months. It will be closed in 14 days if no further activity occurs. Commenting on this issue will remove the stale tag. If you want to talk through the issue or help us understand the priority and context, feel free to add a comment or join us in the Checkov slack channel at https://slack.bridgecrew.io |
Similar false-positive with CKV_SECRET_6 for plain Check: CKV_SECRET_6: "Base64 High Entropy String"
FAILED for resource: bfa4f5d5d3003dfabdcf6a2107785ec0019cb6bb
File: /main.tf:369-370
Guide: https://docs.bridgecrew.io/docs/git_secrets_6
369 | secretName: "sona*************" where line 369 looks like:
... inside the checkov version is 2.1.16 |
I get this with the github_actions_secret resource's |
Thanks for all the examples guys. I promise we are planning to take a look at this in the few upcoming weeks! |
Describe the bug
Checkov 2.0.446 is detecting a false positive regarding the secret manager usage.
Basically it is showing multiple failed check for resources declared in the following format:
With the error:
Expected behavior
Checkov should not detect this is a failed check, because this is the secret-id, and not the secret value.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: