Commit 42d440d5 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-e2e-trim-sast-report' into 'master'

Trim length of E2E SAST report fixture

See merge request gitlab-org/gitlab!22040
parents 92430659 d0d7a49c
......@@ -8,7 +8,7 @@ module QA
# https://gitlab.com/gitlab-org/gitlab/issues/36559
context 'Secure', :docker, :quarantine do
describe 'Security Reports in a Merge Request' do
let(:sast_vuln_count) { 33 }
let(:sast_vuln_count) { 5 }
let(:dependency_scan_vuln_count) { 4 }
let(:container_scan_vuln_count) { 8 }
let(:vuln_name) { "Regular Expression Denial of Service in debug" }
......
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