Skip to content

Run integration tests on CE and EE

Dominic Bauer requested to merge integration-tests-ce-ee into master

Why is this change being made?

Currently, all integration tests use the EE Trivy database. Because this database lacks Alpine and Oracle Linux data, the integration tests fail in these two cases.

Instead, here we run integration tests with both CE and EE databases, except for Alpine and Oracle Linux, where EE integration tests are skipped.

Merge request reports