diff --git a/Packs/GitHub/TestPlaybooks/IAM_-_Test_Playbook_Github.yml b/Packs/GitHub/TestPlaybooks/IAM_-_Test_Playbook_Github.yml index 1196e2b8165e..534820a6c53a 100644 --- a/Packs/GitHub/TestPlaybooks/IAM_-_Test_Playbook_Github.yml +++ b/Packs/GitHub/TestPlaybooks/IAM_-_Test_Playbook_Github.yml @@ -49,7 +49,7 @@ tasks: scriptarguments: user-profile: complex: - root: inputs.githubuserprofile + root: inputs.userprofile transformers: - operator: ParseJSON separatecontext: false @@ -85,7 +85,7 @@ tasks: default_attribute: {} user-profile: complex: - root: inputs.githubuserprofile + root: inputs.userprofile transformers: - operator: ParseJSON separatecontext: false @@ -121,7 +121,7 @@ tasks: scriptarguments: user-profile: complex: - root: inputs.githubuserprofile + root: inputs.userprofile transformers: - operator: ParseJSON separatecontext: false @@ -156,7 +156,7 @@ tasks: scriptarguments: user-profile: complex: - root: inputs.githubuserprofile + root: inputs.userprofile transformers: - operator: ParseJSON separatecontext: false @@ -194,7 +194,7 @@ tasks: simple: "true" user-profile: complex: - root: inputs.githubuserprofile + root: inputs.userprofile transformers: - operator: ParseJSON separatecontext: false @@ -472,15 +472,14 @@ view: |- } } inputs: -- key: githubuserprofile +- key: userprofile value: - simple: '{"emails": {"primary": true, "type": "work", "value": "TestID@paloaltonetworks.com"}, - "name": {"familyName": "testlast", "givenName": "testgiven"}, "userName": "TestID@paloaltonetworks.com", - "email": "TestID@paloaltonetworks.com"}' + simple: '{"email": "TestID@paloaltonetworks.com", "username": "TestID@paloaltonetworks.com", + "givenname": "testgiven", "surname":"demisto", "locationregion": "Americas"}' required: true description: Test user profile data. playbookInputQuery: outputs: [] sourceplaybookid: 266bcc20-b5f3-4a64-8d93-af843bd24add -fromversion: 6.0.0 +fromversion: 6.1.0 description: 'Test user profile data using github user info, due to the fact that the relevant classifiers are in SCIM pack.' diff --git a/Packs/GitHub/pack_metadata.json b/Packs/GitHub/pack_metadata.json index 2d29933ece76..aa8927f87911 100644 --- a/Packs/GitHub/pack_metadata.json +++ b/Packs/GitHub/pack_metadata.json @@ -14,7 +14,7 @@ "useCases": [], "keywords": [], "dependencies": { - "IAM-Scim": { + "IAM-SCIM": { "mandatory": true, "display_name": "IAM Scim" } diff --git a/Tests/conf.json b/Tests/conf.json index ca57b575266e..7d6e6c3a52d5 100644 --- a/Tests/conf.json +++ b/Tests/conf.json @@ -2540,7 +2540,7 @@ { "integrations": "GitHub IAM", "playbookID": "Github IAM - Test Playbook", - "fromversion": "6.0.0" + "fromversion": "6.1.0" }, { "integrations": "LogRhythmRest", @@ -3209,6 +3209,7 @@ ], "skipped_tests": { "urlscan_malicious_Test": "Issue 20111", + "Github IAM - Test Playbook": "Issue 32383", "Workday - Test": "No credentials Issue 29595", "PCAP File Carving Test": "Merged with PCAP Analysis Test", "PCAP Parsing And Indicator Enrichment Test": "Merged with PCAP Analysis Test",