File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ for MAJOR_VERSION in "${MAJOR_VERSIONS[@]}"; do
42
42
fi
43
43
done
44
44
docker run -d --name mysql-server mysql/mysql-server:" $MAJOR_VERSION$ARCH_SUFFIX "
45
- inspec exec " $MAJOR_VERSION /inspec/control.rb" --controls container
46
- inspec exec " $MAJOR_VERSION /inspec/control.rb" -t docker://mysql-server --controls server-package
45
+ inspec exec --no-color " $MAJOR_VERSION /inspec/control.rb" --controls container
46
+ inspec exec --no-color " $MAJOR_VERSION /inspec/control.rb" -t docker://mysql-server --controls server-package
47
47
if [ " ${MAJOR_VERSION} " == " 5.7" ] || [ " ${MAJOR_VERSION} " == " 8.0" ]; then
48
48
inspec exec " $MAJOR_VERSION /inspec/control.rb" -t docker://mysql-server --controls shell-package
49
49
fi
You can’t perform that action at this time.
0 commit comments