Commit 43b9218e authored by Ash McKenzie's avatar Ash McKenzie

Merge branch 'rename-sast-container-scanning' into 'master'

Remove reference to sast:container

See merge request gitlab-org/gitlab!32061
parents d06f1347 7f77d3aa
......@@ -28,7 +28,7 @@ module EE
# Legacy way to fetch security reports based on job name. This has been replaced by the reports feature.
scope :with_legacy_security_reports, -> do
joins(:downloadable_artifacts).where(ci_builds: { name: %w[sast secret_detection dependency_scanning sast:container container_scanning dast] })
joins(:downloadable_artifacts).where(ci_builds: { name: %w[sast secret_detection dependency_scanning container_scanning dast] })
end
scope :with_vulnerabilities, -> do
......
---
title: Remove reference to sast:container
merge_request: 32061
author:
type: removed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment