From 266d6d7abb0cd725bcfc0307db47cfff4d88d5c5 Mon Sep 17 00:00:00 2001
From: Will Meek <wmeek@gitlab.com>
Date: Fri, 17 Dec 2021 10:36:21 +0000
Subject: [PATCH] Update security_reports_spec.rb

Dependency list now shows container scanning results
Update the count in the test to reflect this
---
 .../features/ee/browser_ui/13_secure/security_reports_spec.rb   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qa/qa/specs/features/ee/browser_ui/13_secure/security_reports_spec.rb b/qa/qa/specs/features/ee/browser_ui/13_secure/security_reports_spec.rb
index d78be73cc775b688..b821b679a7ecf582 100644
--- a/qa/qa/specs/features/ee/browser_ui/13_secure/security_reports_spec.rb
+++ b/qa/qa/specs/features/ee/browser_ui/13_secure/security_reports_spec.rb
@@ -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' }
-- 
GitLab