Skip to content

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

Open
ishwardeo-omni wants to merge 6 commits intoOpenShelter:masterfrom
Sharecare:fix/FEAT-17211-iOS-add-securityconfig-json-on-iOS-repos
Open

[FEAT-17211]-iOS-add-securityconfig-json-on-iOS-repos#13
ishwardeo-omni wants to merge 6 commits intoOpenShelter:masterfrom
Sharecare:fix/FEAT-17211-iOS-add-securityconfig-json-on-iOS-repos

Conversation

@ishwardeo-omni
Copy link

iOS | add securityconfig.json on iOS repos

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

This PR:

  • fixes: securityconfig.json file is missing.

This PR depends on:
NA

This PR is a dependency for:

NA

This PR:

  • is a self contained change

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.

2 participants