Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Update code and docs
  • Loading branch information
cq-bot authored and github-actions[bot] committed Mar 23, 2023
commit 49127fd8e813ae6aad95ca516da2e53250093443
2 changes: 1 addition & 1 deletion website/pages/docs/plugins/sources/gcp/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ GCP CIS v1.2.0 performs the following checks:
- Ensure "user connections" database flag for Cloud SQL SQL Server instance is set as appropriate (Automated)
- Ensure "user options" database flag for Cloud SQL SQL Server instance is not configured (Automated)
- Ensure "remote access" database flag for Cloud SQL SQL Server instance is set to "off" (Automated)
- Ensure "3625 (trace flag)" database flag for Cloud SQL SQL Server instance is set to "off" (Automated)
- Ensure "3625 (trace flag)" database flag for Cloud SQL SQL Server instance is set to "on" (Automated)
- Ensure that the "contained database authentication" database flag for Cloud SQL on the SQL Server instance is set to "off" (Automated)
- Ensure that the Cloud SQL database instance requires all incoming connections to use SSL (Automated)
- Ensure that Cloud SQL database instances are not open to the world (Automated)
Expand Down