Loading templates/gitlab-ci-testssl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ testssl: - eval_env_url script: - mkdir -p -m 777 reports - testssl.sh --jsonfile reports/testssl.native.json ${TRACE+--debug 2} $TESTSSL_ARGS $TESTSSL_URL - testssl.sh --jsonfile reports/testssl.native.json --csvfile reports/testssl.native.csv ${TRACE+--debug 2} $TESTSSL_ARGS $TESTSSL_URL artifacts: name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" when: always Loading Loading
templates/gitlab-ci-testssl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ testssl: - eval_env_url script: - mkdir -p -m 777 reports - testssl.sh --jsonfile reports/testssl.native.json ${TRACE+--debug 2} $TESTSSL_ARGS $TESTSSL_URL - testssl.sh --jsonfile reports/testssl.native.json --csvfile reports/testssl.native.csv ${TRACE+--debug 2} $TESTSSL_ARGS $TESTSSL_URL artifacts: name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" when: always Loading