Skip to content

Add retry to security policy project api

Harsha Muralidhar requested to merge hm-retry-security-policy-project-api into master

What does this MR do and why?

Relates to: #433317 (closed) and #435683 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

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="password" GITLAB_QA_ACCESS_TOKEN=token GITLAB_PASSWORD="password" 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_result_policy_vulnerabilities_spec.rb:67

Merge request reports