Skip to content

Add a custom CA bundle test job

Daniel Paul Searles requested to merge custom-ca-test into master

Why:

  • The job is spread across all the different analyzer ci configs. It would be more consistent to define the job in the shared config file and run it by default so that new analyzers are expectd to also support custom CA bundles.

This change addresses the need by:

  • Add test-custom-ca-bundle job
  • Add CUSTOM_CA_BUNDLE_TEST_TARGET variable

Merge request reports