Commit 483818d9 authored by Mark Florian's avatar Mark Florian

Merge branch 'jnnkl-refactor-security-reports-state' into 'master'

Refactor security_reports state

See merge request gitlab-org/gitlab!70286
parents cca978a8 61debbe2
export default () => ({
paths: {
head: null,
base: null,
diffEndpoint: null,
},
......
export default () => ({
paths: {
head: null,
base: null,
diffEndpoint: null,
},
......
export default () => ({
paths: {
head: null,
base: null,
diffEndpoint: null,
},
......
......@@ -34,8 +34,6 @@ export default () => ({
[MODULE_CONTAINER_SCANNING]: {
paths: {
head: null,
base: null,
diffEndpoint: null,
},
......@@ -49,8 +47,6 @@ export default () => ({
},
[MODULE_DAST]: {
paths: {
head: null,
base: null,
diffEndpoint: null,
},
......@@ -65,8 +61,6 @@ export default () => ({
},
[MODULE_COVERAGE_FUZZING]: {
paths: {
head: null,
base: null,
diffEndpoint: null,
},
......@@ -81,8 +75,6 @@ export default () => ({
},
[MODULE_DEPENDENCY_SCANNING]: {
paths: {
head: null,
base: null,
diffEndpoint: null,
},
......
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