Commit d0d7a49c authored by Aleksandr Soborov's avatar Aleksandr Soborov Committed by Ramya Authappan

Trim length of E2E SAST report fixture

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