We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a6409 commit b21ca59Copy full SHA for b21ca59
pkg/checkmarxone/checkmarxone.go
@@ -667,6 +667,7 @@ func (sys *SystemInstance) UpdateProject(project *Project) error {
667
delete(filteredMap, "applicationIds")
668
delete(filteredMap, "createdAt")
669
delete(filteredMap, "updatedAt")
670
+ delete(filteredMap, "groups") // groups is causing "failed to check groups access" in 3.46
671
jsonBody, err = json.Marshal(filteredMap)
672
673
if err != nil {
pkg/checkmarxone/checkmarxone_test.go
@@ -306,7 +306,6 @@ func TestUpdateProject(t *testing.T) {
306
"\"key1\"": "\"value1\"",
307
"\"keywithoutvalue\"": "\"\""
308
},
309
- "groups": [],
310
"criticality": 3,
311
"mainBranch": "",
312
"privatePackage": false
0 commit comments