Commit ce897c1c authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'update-dependency-list-count-in-spec' into 'master'

Update security_reports_spec.rb

See merge request gitlab-org/gitlab!77005
parents 24868870 2c9862d7
......@@ -2,7 +2,7 @@
module QA
RSpec.describe 'Secure', :runner do
let(:number_of_dependencies_in_fixture) { 9 }
let(:number_of_dependencies_in_fixture) { 13 }
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