Skip to content

Commit

Permalink
fixup! Add docs on github_organization_dependabot_alert and github_re…
Browse files Browse the repository at this point in the history
…pository_dependabot_alert
  • Loading branch information
francois2metz committed Dec 15, 2022
1 parent 6e6257c commit 6b71216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tables/github_organization_dependabot_alert.md
Expand Up @@ -48,5 +48,5 @@ from
where
organization = 'my_org'
and state = 'open'
and security_advisory_severity='critical';
and security_advisory_severity = 'critical';
```
2 changes: 1 addition & 1 deletion docs/tables/github_repository_dependabot_alert.md
Expand Up @@ -45,5 +45,5 @@ from
where
repository_full_name = 'turbot/steampipe'
and state = 'open'
and security_advisory_severity='critical';
and security_advisory_severity = 'critical';
```

0 comments on commit 6b71216

Please sign in to comment.