update trusted containers for soup to minimize downloaded containers

This commit is contained in:
m0duspwnens
2020-08-13 08:32:51 -04:00
parent 3387114389
commit 9fafd5f721

View File

@@ -93,7 +93,21 @@ pillar_changes() {
update_dockers() { update_dockers() {
# List all the containers # List all the containers
if [ $MANAGERCHECK != 'so-helix' ]; then if [ $MANAGERCHECK == 'so-import' ]; then
TRUSTED_CONTAINERS=( \
"so-idstools" \
"so-nginx" \
"so-filebeat" \
"so-suricata" \
"so-soc" \
"so-elasticsearch" \
"so-kibana" \
"so-kratos" \
"so-suricata" \
"so-registry" \
"so-pcaptools" \
"so-zeek" )
elif [ $MANAGERCHECK != 'so-helix' ]; then
TRUSTED_CONTAINERS=( \ TRUSTED_CONTAINERS=( \
"so-acng" \ "so-acng" \
"so-thehive-cortex" \ "so-thehive-cortex" \