Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ishwardeo-omni
Copy link

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
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants