Commit f6a87d13 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-e2e-address-secure-report-loading' into 'master'

Trim E2E fixture Dependency Scanning report

See merge request gitlab-org/gitlab!22173
parents cde3b000 5f62f985
......@@ -4,7 +4,7 @@ require 'pathname'
module QA
context 'Secure', :docker do
let(:number_of_dependencies_in_fixture) { 1309 }
let(:number_of_dependencies_in_fixture) { 7 }
let(:dependency_scan_example_vuln) { 'Prototype pollution attack in mixin-deep' }
let(:container_scan_example_vuln) { 'CVE-2017-18269 in glibc' }
let(:sast_scan_example_vuln) { 'Cipher with no integrity' }
......
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