Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
GitLab
GitLab
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 35,776
    • Issues 35,776
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 1,240
    • Merge Requests 1,240
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLabGitLab
  • Merge Requests
  • !48200

Merged
Opened Nov 19, 2020 by saikat sarkar@ssarka🔴Developer4 of 4 tasks completed4/4 tasks

Move sast_reports and secret_detection_reports to CE [RUN AS-IF-FOSS]

  • Overview 17
  • Commits 4
  • Pipelines 10
  • Changes 22

What does this MR do?

These changes are related to Make sast and secret_detection methods available to CE. SAST and Secret Detection are now available in CE. We need to move all the functionalities required to generate security reports for SAST and Secret Detection. In this MR, we are focusing on moving https://gitlab.com/gitlab-org/gitlab/-/blob/841ee3eb43b7f3d8425380868ba7c2f126771092/ee/app/controllers/ee/projects/merge_requests_controller.rb#L47-53 and corresponding specs.

This MR is not intended to include all the necessary backend changes for Make sast and secret_detection methods available to CE. The goal here is to break the changes up a bit to make them more manageable.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

  • [-] Changelog entry
  • [-] Documentation (if required)
  • Code review guidelines
  • Merge request performance guidelines
  • Style guides
  • [-] Database guides
  • Separation of EE specific content
Edited Feb 10, 2021 by Peter Leitzen
Assignee
Assign to
Reviewer
Request review from
13.9
Milestone
13.9 (Past due)
Assign milestone
Time tracking
Reference: gitlab-org/gitlab!48200
Source branch: move_methods