Swiftz icon indicating copy to clipboard operation
Swiftz copied to clipboard

[FEAT-17211]-iOS-add-securityconfig-json-on-iOS-repos

Open ishwardeo-omni opened this issue 2 years ago • 0 comments

What's in this pull request?

Add securityconfig.json file in the root directory of the repository as PRs are complaining with the automated comment:

securityconfig.json file is missing.

https://arnoldmedia.jira.com/browse/FEAT-17211

Solution

Added securityconfig.json file in the root directory that contains the project file File securityconfig.json just needs to be added in filesystem and there is no need to add the file to project.

securityconfig.json file content: { "team": "Berlin", "team_owner": "Dan Eckert", "team_poc": "Dimitrios Georgakopoulos", "risk_assessment": { "usesDeidentifiedData": false, "sourcedFromPHIorPII": false, "appPubliclyAccessible": true, "containsPII": true, "containsPHI": true } }

ishwardeo-omni avatar Jun 30 '22 07:06 ishwardeo-omni