mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
tests: TLS cipher suites - Update testssl.sh
tag to 3.2
(#3504)
This commit is contained in:
parent
c8a0bfd361
commit
f89cbac21c
|
@ -25,7 +25,7 @@ function setup_file() {
|
|||
|
||||
# Pull `testssl.sh` image in advance to avoid it interfering with the `run` captured output.
|
||||
# Only interferes (potential test failure) with `assert_output` not `assert_success`?
|
||||
docker pull drwetter/testssl.sh:3.1dev
|
||||
docker pull drwetter/testssl.sh:3.2
|
||||
|
||||
# Only used in `_should_support_expected_cipherlists()` to set a storage location for `testssl.sh` JSON output:
|
||||
# `${BATS_TMPDIR}` maps to `/tmp`: https://bats-core.readthedocs.io/en/v1.8.2/writing-tests.html#special-variables
|
||||
|
@ -166,7 +166,7 @@ function _collect_cipherlists() {
|
|||
--volume "${TLS_CONFIG_VOLUME}" \
|
||||
--volume "${RESULTS_PATH}:/output" \
|
||||
--workdir "/output" \
|
||||
drwetter/testssl.sh:3.1dev "${TESTSSL_CMD[@]}"
|
||||
drwetter/testssl.sh:3.2 "${TESTSSL_CMD[@]}"
|
||||
|
||||
assert_success
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue