git-secrets | committing secrets and credentials into git repositories
kandi X-RAY | git-secrets Summary
kandi X-RAY | git-secrets Summary
Prevents you from committing secrets and credentials into git repositories
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of git-secrets
git-secrets Key Features
git-secrets Examples and Code Snippets
Community Discussions
Trending Discussions on git-secrets
QUESTION
I would like to scan my private git repos with git-secrets to catch any aws keys that may be accidentally committed. I personally am not a developer, so is it possible to use a service account or something that logs into the repos to scan with this tool?
...ANSWER
Answered 2019-Apr-11 at 05:03awslabs/git-secrets
is only a scanner.
Which means it does not clone/access a repo.
It is registered within an existing cloned repo, where it will operate, ensuring that you are not committing sensitive data.
Or where it will scan the past history of, again, an existing cloned repo with git secrets --scan-history
.
So you can clone said repo with any credentials you want, including a service account.
Or even multiple AWS accouts when using AWS CodeCommit to host your private Git repositories.
Once cloned, then you can scan them.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install git-secrets
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page