Loading templates/gitlab-ci-testssl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,7 @@ testssl: variables: GIT_STRATEGY: none before_script: - *testssl-scripts - !reference [.testssl-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" # retrieve server url to test from 'environment_url.txt' file - eval_env_url Loading Loading
templates/gitlab-ci-testssl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,7 @@ testssl: variables: GIT_STRATEGY: none before_script: - *testssl-scripts - !reference [.testssl-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" # retrieve server url to test from 'environment_url.txt' file - eval_env_url Loading