Skip to content

Adjust form field alignment for scan result policies

- requested to merge 385839-fix-license-scan-policy-alignment into master

What does this MR do and why?

Fixes some alignment issues for license scan and security scan result policies. Note this UI is behind a feature flag.

#385839 (closed)

Screenshots or screen recordings

Before After
Screen_Shot_2023-01-15_at_11.01.29_PM Screen_Shot_2023-01-15_at_11.01.35_PM Screen_Shot_2023-01-15_at_11.32.59_PM Screen_Shot_2023-01-15_at_11.33.28_PM

How to set up and validate locally

  • In a rails console enable Feature.enable(:license_scanning_policies)
  • As a EE user Navigate to http://gdk.test:3000/<group>/<project>/-/security/policies
  • Click New Policy button
  • On the Scan Result Policy card click Select policy
  • Add a security scan rule
  • Add a license scan rule

MR acceptance checklist

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

Related to #385839 (closed)

Edited by -

Merge request reports