avnet-iotconnect / iotc-sphereos-sdk

IoTConnect C SDK for Sphere Devices
MIT License
2 stars 0 forks source link

We should not be committing sensitive information #3

Closed nik-markovic closed 3 years ago

nik-markovic commented 3 years ago

For example app_manifest.json contains ID Scope and device ID. These should be checked in as fillers and before you test, you can ensure that you do not accidentally commit those.

git update-index --assume-unchanged path/to/file

seup-project.sh could also be automatically flagging sensitive files like in the iotc-azurertos-sdk repo.

alanlhc commented 3 years ago

Already remove sensitive information from app_manifest.json and setup-project.sh.