Skip to content

Commit

Permalink
Merge branch 'master' into v-mchatla/Updating-Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
v-mchatla committed Oct 25, 2023
2 parents 4af5b03 + 3ccade3 commit 3ac2f79
Show file tree
Hide file tree
Showing 561 changed files with 63,355 additions and 16,047 deletions.
8 changes: 8 additions & 0 deletions .script/dataConnectorValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@ function getConnectorCategory(dataTypes : any, instructionSteps:[])
{
return ConnectorCategory.AWS;
}
else if (dataTypes[0].name.includes("Corelight"))
{
return ConnectorCategory.Corelight;
}
else if (dataTypes[0].name.includes("corelight_bacnet"))
{
return ConnectorCategory.CorelightConnectorExporter;
}
return "";
}
let fileTypeSuffixes = ["json"];
Expand Down
Loading

0 comments on commit 3ac2f79

Please sign in to comment.