Duplicate security report schemas in monolith

Problem

Currently the monolith has schemas for validation in two locations

However, the publishing from security-report-schemas is only going to the second location.

Proposal

Determine a way that one folder can be used, or duplicate the files in the two locations and update the security reports format publishing job.

Implementation

  1. Change deploy-to-rails.sh so that schemas are deployed to both locations
  2. Copy all schemas from ee to core so that the directories are the same
  3. Write a follow-up issue to consolidate schemas in a single directory
Edited by Thiago Figueiró