Skip to content

Commit

Permalink
Add findings to ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
x4v13r64 committed May 19, 2019
1 parent 68c9dbf commit 5dba331
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ScoutSuite/providers/gcp/rules/rulesets/cis-1.0.0.json
Expand Up @@ -25,5 +25,23 @@
"level": "danger"
}
],
"cloudsql-instance-ssl-not-required.json": [
{
"enabled": true,
"level": "warning"
}
],
"cloudsql-allows-root-login-from-any-host.json": [
{
"enabled": true,
"level": "warning"
}
],
"cloudsql-instance-ssl-not-required.json": [
{
"enabled": true,
"level": "warning"
}
]
}
}

0 comments on commit 5dba331

Please sign in to comment.