Skip to content

Commit 57085a0

Browse files
authored
Merge pull request #30 from splunk/validate_manifest_update
updating valid datamodels
2 parents d6b423b + 8260bc7 commit 57085a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/validate_manifests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# HIGH Level Fields
1212

1313
MANIFEST_DIRECTORY = str(environ["CIRCLE_WORKING_DIRECTORY"] +
14-
"/security-content")
14+
"/security-content")
1515

1616
print MANIFEST_DIRECTORY
1717

@@ -30,6 +30,8 @@
3030
"Authentication",
3131
"Certificates",
3232
"Change_Analysis",
33+
"Change",
34+
"Malware",
3335
"Email",
3436
"Identity_Management",
3537
"Network_Resolution",

0 commit comments

Comments
 (0)