From 6b712167fe1ed5f9d3ea22a0d60bc6dd5ec5827c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Thu, 15 Dec 2022 13:24:38 +0100 Subject: [PATCH] fixup! Add docs on github_organization_dependabot_alert and github_repository_dependabot_alert --- docs/tables/github_organization_dependabot_alert.md | 2 +- docs/tables/github_repository_dependabot_alert.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'; ```