Commit be079d13 authored by Boris Barnier's avatar Boris Barnier Committed by Cédric OLIVIER
Browse files

fix: Add CSV export to TestSSL job

parent a90be17b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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