Invalid fix for CKV_GCP_110
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 65/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- terraform
- Domain
- documentation
Research direction
Open the linked CKV_GCP_110 documentation page and compare its fix snippet with checkov/terraform/checks/resource/gcp/GoogleCloudPostgreSqlEnablePgaudit.py. Update the documented database flag name and value to match the check, then verify the page shows the corrected Terraform example.
Written by the indexing model from the issue text.
Description
The documentation says that the fix for CKV_GCP_110 is :
settings {
database_flags {
name = "pgaudit.log"
value = "'all'"
}
}
If we look at the code we see that the expected flag is cloudsql.enable_pgaudit and value is on.
The documented fix should be :
settings {
database_flags {
name = "cloudsql.enable_pgaudit"
value = "on"
}
}
- Dominant language
- JavaScript
- Stars
- 21
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from hlxsites/prisma-cloud-docs
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
hlxsites/prisma-cloud-docs#1353 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
hlxsites/prisma-cloud-docs#1348 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 85/100
hlxsites/prisma-cloud-docs#1334 · 1 reaction ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
hlxsites/prisma-cloud-docs#321 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
hlxsites/prisma-cloud-docs#1336 ·
All issues in hlxsites/prisma-cloud-docs
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·