Skip to content

Replace QA test pipelines with Integration test for Python (Semgrep)

Vishwa Bhat requested to merge vbhat161-python-integration-test into main

What does this MR do?

Add Integration-test support for Python projects with the following changes:

  • Add python-related tests in the semgrep_image_spec.rb Spec file
  • Clone test python projects under qa/fixtures
  • Remove python-* QA downstream pipelines in favor of integration-test
  • Add qa to SAST_EXCLUDED_PATHS CI var

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports