Skip to content

Modify scan execution policy spec to configure the policy at group level

Harsha Muralidhar requested to merge hm-group-level-scan-execution-policy into master

What does this MR do and why?

Modify scan execution policy spec to configure the policy at group level. Relates to: gitlab-org/quality/quality-engineering/team-tasks#1914 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

WEBDRIVER_HEADLESS=false GITLAB_ADMIN_PASSWORD="XXXX" GITLAB_QA_ACCESS_TOKEN=XXXX GITLAB_PASSWORD="XXXXX" QA_LOG_LEVEL=DEBUG QA_GITLAB_URL=http://172.30.0.158:3000 bundle exec rspec  ./qa/specs/features/ee/browser_ui/10_govern/scan_execution_policy_vulnerabilities_spec.rb:58

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports