Skip to content

Commit

Permalink
Merge pull request #47 from JupiterOne/INT-11348-fix-ingest-sources
Browse files Browse the repository at this point in the history
Int 11348 fix ingest sources
  • Loading branch information
Gonzalo-Avalos-Ribas authored Aug 8, 2024
2 parents a661e1c + f5c3c5a commit 770b4e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
validateInvocation,
} from './config';
import { msDefenderSteps } from './steps/ms-defender';
import { ingestionConfig } from './ingestionConfig';

export const integrationSteps = [...activeDirectorySteps, ...msDefenderSteps];

Expand All @@ -14,4 +15,5 @@ export const invocationConfig: IntegrationInvocationConfig<IntegrationConfig> =
instanceConfigFields,
validateInvocation,
integrationSteps,
ingestionConfig,
};

0 comments on commit 770b4e2

Please sign in to comment.