We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a661b6 commit a6e5569Copy full SHA for a6e5569
tinybird/datasources/gitlab_vulnerability.datasource
@@ -0,0 +1,11 @@
1
+TOKEN "append" APPEND
2
+
3
+# Refer to https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#vulnerability-events
4
5
+TAGS "gitlab"
6
7
+SCHEMA >
8
+ `object_kind` String `json:$.object_kind`,
9
+ `object_attributes` JSON `json:$.object_attributes`
10
11
+ENGINE "MergeTree"
0 commit comments