Skip to content

Commit

Permalink
fix integtests after add latest sigma rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sbcd90 committed Mar 21, 2024
1 parent edfff4b commit 3eef7c7
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 193 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions src/main/resources/rules/gworkspace/gworkspace_mfa_disabled.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ public void testCloudtrailMappings() throws IOException {
createDetector(detector);

List<SearchHit> hits = executeSearch(".opensearch-sap-cloudtrail-detectors-queries-000001", matchAllSearchBody);
Assert.assertEquals(40, hits.size());
Assert.assertEquals(39, hits.size());
}

public void testS3Mappings() throws IOException {
Expand Down

0 comments on commit 3eef7c7

Please sign in to comment.