Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d0d7a49c
Commit
d0d7a49c
authored
Dec 19, 2019
by
Aleksandr Soborov
Committed by
Ramya Authappan
Dec 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trim length of E2E SAST report fixture
parent
92430659
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
816 deletions
+1
-816
qa/qa/ee/fixtures/secure_premade_reports/gl-sast-report.json
qa/qa/ee/fixtures/secure_premade_reports/gl-sast-report.json
+0
-815
qa/qa/specs/features/ee/browser_ui/secure/create_merge_request_with_secure_spec.rb
...rowser_ui/secure/create_merge_request_with_secure_spec.rb
+1
-1
No files found.
qa/qa/ee/fixtures/secure_premade_reports/gl-sast-report.json
View file @
d0d7a49c
This diff is collapsed.
Click to expand it.
qa/qa/specs/features/ee/browser_ui/secure/create_merge_request_with_secure_spec.rb
View file @
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"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment