Skip to content

Commit

Permalink
Revert csp_finding.ts was pushed accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
ofiriro3 committed Dec 22, 2022
1 parent 3d41913 commit 7f589d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// TODO: this needs to be defined in a versioned schema
import type { EcsEvent } from '@kbn/ecs';
import { CspRuleTemplate } from './csp_rule_template';
import type { CspRuleMetadata } from './csp_rule_metadata';

export interface CspFinding {
'@timestamp': string;
Expand All @@ -19,7 +19,7 @@ export interface CspFinding {
};
result: CspFindingResult;
resource: CspFindingResource;
rule: CspRuleTemplate;
rule: CspRuleMetadata;
host: CspFindingHost;
event: EcsEvent;
agent: CspFindingAgent;
Expand Down

0 comments on commit 7f589d3

Please sign in to comment.