2017-08-22 20:16:38 +03:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# Copyright (c) 2017 Mozilla Corporation
|
|
|
|
|
2018-03-27 07:27:12 +03:00
|
|
|
source /opt/mozdef/envs/python/bin/activate
|
2017-08-22 20:16:38 +03:00
|
|
|
/opt/mozdef/envs/mozdef/cron/verify_event_fields.py -c /opt/mozdef/envs/mozdef/cron/verify_event_fields.conf
|