-
- Downloads
There was an error fetching the commit references. Please try again later.
Fallback to SBOM license scanning
When the license scanning sbom scanner FF is enabled, the license_scanning artifacts should be prioritized over the SBOM reports. When finding the scanner for a project, we determine this by returning the scanner that has the most recent data. For pipelines, we first check if it has a license_scanning report and then fallback to using an SBoM scanner.
Showing
- ee/app/controllers/ee/projects/pipelines_controller.rb 2 additions, 2 deletionsee/app/controllers/ee/projects/pipelines_controller.rb
- ee/lib/gitlab/license_scanning.rb 21 additions, 9 deletionsee/lib/gitlab/license_scanning.rb
- ee/lib/gitlab/license_scanning/artifact_scanner.rb 1 addition, 1 deletionee/lib/gitlab/license_scanning/artifact_scanner.rb
- ee/spec/controllers/projects/dependencies_controller_spec.rb 5 additions, 4 deletionsee/spec/controllers/projects/dependencies_controller_spec.rb
- ee/spec/controllers/projects/licenses_controller_spec.rb 18 additions, 26 deletionsee/spec/controllers/projects/licenses_controller_spec.rb
- ee/spec/controllers/projects/pipelines_controller_spec.rb 113 additions, 95 deletionsee/spec/controllers/projects/pipelines_controller_spec.rb
- ee/spec/features/projects/licenses/maintainer_views_policies_spec.rb 6 additions, 1 deletion...tures/projects/licenses/maintainer_views_policies_spec.rb
- ee/spec/lib/gitlab/license_scanning_spec.rb 79 additions, 32 deletionsee/spec/lib/gitlab/license_scanning_spec.rb
- ee/spec/models/merge_request_spec.rb 13 additions, 9 deletionsee/spec/models/merge_request_spec.rb
Please register or sign in to comment