Skip to content

Commit a6e5569

Browse files
committed
add vulnerability
1 parent 7a661b6 commit a6e5569

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)