diff --git a/docs/tables/github_organization_dependabot_alert.md b/docs/tables/github_organization_dependabot_alert.md index 25536fc2..38a173c4 100644 --- a/docs/tables/github_organization_dependabot_alert.md +++ b/docs/tables/github_organization_dependabot_alert.md @@ -48,5 +48,5 @@ from where organization = 'my_org' and state = 'open' - and security_advisory_severity='critical'; + and security_advisory_severity = 'critical'; ``` diff --git a/docs/tables/github_repository_dependabot_alert.md b/docs/tables/github_repository_dependabot_alert.md index ab8699a9..44ee250a 100644 --- a/docs/tables/github_repository_dependabot_alert.md +++ b/docs/tables/github_repository_dependabot_alert.md @@ -45,5 +45,5 @@ from where repository_full_name = 'turbot/steampipe' and state = 'open' - and security_advisory_severity='critical'; + and security_advisory_severity = 'critical'; ```