Skip to content
Snippets Groups Projects

Add security bot comment for policy violations in MRs

@@ -32,7 +32,6 @@
@@ -32,7 +32,6 @@
)
)
end
end
# TODO: Create security orchestration policy configuration with bot user
before do
before do
target_scan = create(:security_scan, pipeline: target_pipeline, scan_type: 'dependency_scanning')
target_scan = create(:security_scan, pipeline: target_pipeline, scan_type: 'dependency_scanning')
create_list(:security_finding, 5, scan: target_scan, severity: 'high') do |finding, i|
create_list(:security_finding, 5, scan: target_scan, severity: 'high') do |finding, i|
Loading