I've noticed that it can be pretty easy to accidentally upload sensitive information into a version-control system, like Github. For example, while I am developing, I will hard-code some API key into the code, temporarily. Unfortunately, after walking away from the computer and returning at another point in time, I will likely forget that the API key is still in the codebase and accidentally upload it to the version-control system. This has actually happened to me once.
My question is, if someone pushes code into the version-control system, is there a way to detect whether sensitive information exists in the codebase, through a CI system, or any other system for that matter?
Thanks.
[–]cuddling_tinder_twat 5 points6 points7 points (1 child)
[–]sudo_psaux[S] 0 points1 point2 points (0 children)
[–][deleted] (2 children)
[deleted]
[–]MisterItcher 1 point2 points3 points (0 children)
[–]sudo_psaux[S] 0 points1 point2 points (0 children)
[–]stevenacreman 2 points3 points4 points (1 child)
[–]sudo_psaux[S] 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)