Commit Graph

14636 Commits

Author SHA1 Message Date
Bhavin Patel 20df3795b3 Merge pull request #1933 from splunk/DockerDetectionUpdatesAndFixes
Move Detection Testing job to detection-testing
2022-01-12 16:49:51 -08:00
pyth0n1c 6a7f917707 Fix to requirements to include psutil. Removed import of deleted modules/aws_service.py 2022-01-12 16:40:56 -08:00
pyth0n1c cdc902e052 Removed ansible from requirements and boto3 from requirements. Neither are used anymore 2022-01-12 16:35:11 -08:00
pyth0n1c 8d669b66f8 Removing previous file that was added accidentally in last commit. Updating the detection-testing.yml file to remove ls of non-existant directory as intended 2022-01-12 16:17:38 -08:00
pyth0n1c fc189e92ee Removed ls or directory that didn't exist anymore
in detection-testing.yml
2022-01-12 16:10:21 -08:00
pyth0n1c 2cb3390164 Migrated the docker detection testing from
build-and-validate.yml into detection-testing.yml
workflow.  Removed the unused AWS batch
testing workflow.  This makes much more sense
2022-01-12 16:05:22 -08:00
pyth0n1c e0b69e560c Branch was auto-updated. 2022-01-12 15:44:37 -08:00
pyth0n1c 0aa533a262 Branch was auto-updated. 2022-01-12 15:44:36 -08:00
pyth0n1c 2022fc41d8 Branch was auto-updated. 2022-01-12 15:44:35 -08:00
pyth0n1c aa0b27ac2e Branch was auto-updated. 2022-01-12 15:44:34 -08:00
pyth0n1c 1f43aace2b Branch was auto-updated. 2022-01-12 15:44:33 -08:00
pyth0n1c 096a4ec6f6 Branch was auto-updated. 2022-01-12 15:44:32 -08:00
pyth0n1c 890def0a17 Branch was auto-updated. 2022-01-12 15:44:32 -08:00
pyth0n1c 247fa24abc Branch was auto-updated. 2022-01-12 15:44:31 -08:00
pyth0n1c 54c06ab774 Branch was auto-updated. 2022-01-12 15:44:30 -08:00
pyth0n1c 5fb6a6e1cb Branch was auto-updated. 2022-01-12 15:44:27 -08:00
pyth0n1c 6728ae406e Branch was auto-updated. 2022-01-12 15:44:25 -08:00
Bhavin Patel 5af2c3a867 Merge pull request #1927 from splunk/haagin
All Your Haags Belong to Us
2022-01-12 15:44:09 -08:00
pyth0n1c 08bc674ab5 Branch was auto-updated. 2022-01-12 15:19:44 -08:00
pyth0n1c 2fe98e4e28 Branch was auto-updated. 2022-01-12 15:19:40 -08:00
pyth0n1c 2a60d91355 Branch was auto-updated. 2022-01-12 15:19:38 -08:00
pyth0n1c 4a51499bc3 Branch was auto-updated. 2022-01-12 15:19:37 -08:00
pyth0n1c cf347aa620 Branch was auto-updated. 2022-01-12 15:19:36 -08:00
pyth0n1c 85ac64bb8f Branch was auto-updated. 2022-01-12 15:19:35 -08:00
pyth0n1c 179402eac4 Branch was auto-updated. 2022-01-12 15:19:34 -08:00
pyth0n1c 5e1897fd52 Branch was auto-updated. 2022-01-12 15:19:33 -08:00
pyth0n1c c419363fc9 Branch was auto-updated. 2022-01-12 15:19:32 -08:00
pyth0n1c d0645ae350 Branch was auto-updated. 2022-01-12 15:19:31 -08:00
pyth0n1c 1474829074 Branch was auto-updated. 2022-01-12 15:19:30 -08:00
pyth0n1c d6601a8599 Branch was auto-updated. 2022-01-12 15:19:29 -08:00
Bhavin Patel dee77e7957 Merge pull request #1932 from splunk/DockerDetectionUpdatesAndFixes
Changed summarize_json.py to return success
2022-01-12 15:19:13 -08:00
pyth0n1c 73998ca5c1 Changed summarize_json.py to return success
(0) code even if there are failures or errors found
during testing during the initial testing of CI/CD.
This is because we don't want these to hold up
the build process. Eventually we will report actual
success/failure of all tests after we have the
opportunity to validate the new testing pipeline and
make updates to failing searches.
2022-01-12 14:57:17 -08:00
Bhavin Patel 649c43f237 Update windows_possible_credential_dumping.yml 2022-01-12 14:39:35 -08:00
pyth0n1c 0cd7c9460f Branch was auto-updated. 2022-01-12 14:23:31 -08:00
pyth0n1c 33a2b27daa Branch was auto-updated. 2022-01-12 14:23:30 -08:00
pyth0n1c d8b009ceec Branch was auto-updated. 2022-01-12 14:23:29 -08:00
pyth0n1c b3def2f07c Branch was auto-updated. 2022-01-12 14:23:28 -08:00
pyth0n1c b69bcfaedb Branch was auto-updated. 2022-01-12 14:23:27 -08:00
pyth0n1c 6408f2d14a Branch was auto-updated. 2022-01-12 14:23:26 -08:00
pyth0n1c 2fd9de9972 Branch was auto-updated. 2022-01-12 14:23:25 -08:00
pyth0n1c ec71405e8d Branch was auto-updated. 2022-01-12 14:23:25 -08:00
pyth0n1c c7c3c1e7ac Branch was auto-updated. 2022-01-12 14:23:24 -08:00
pyth0n1c ba36266e95 Branch was auto-updated. 2022-01-12 14:23:22 -08:00
pyth0n1c bedfc5ca10 Branch was auto-updated. 2022-01-12 14:23:21 -08:00
pyth0n1c 68e68e4a9f Branch was auto-updated. 2022-01-12 14:23:16 -08:00
Bhavin Patel 41b58642c4 Merge pull request #1931 from splunk/DockerDetectionUpdatesAndFixes
Docker detection updates and fixes
2022-01-12 14:22:53 -08:00
pyth0n1c c9d0e72cf3 removed accidental brackets from branch name in
CI testing branch name.
2022-01-12 14:04:38 -08:00
pyth0n1c 588eaad92a Accidentally hardcoded the branch name for testing.
Fixed.
2022-01-12 13:44:01 -08:00
pyth0n1c 97416c4bc9 Branch was auto-updated. 2022-01-12 12:18:09 -08:00
pyth0n1c 4b51ae224f Branch was auto-updated. 2022-01-12 12:18:03 -08:00