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

scan for plain passwords in git hook #6

Closed
3 tasks done
benammann opened this issue May 2, 2022 · 0 comments
Closed
3 tasks done

scan for plain passwords in git hook #6

benammann opened this issue May 2, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@benammann
Copy link
Owner

benammann commented May 2, 2022

# scan in staged files
git secrets scan

# scan in all files added to the git repository (auto excludes git ignores)
git secrets scan -a

# scan and print each scanned filepath
git secrets scan -v

Note: when scanning there should be used all available / accessable contexts. If there is no access to context there should be a warning and it's secrets are skipped

  • implement scan command
  • skip non-accessable contexts
  • add documentation
@benammann benammann added this to the Beta Release milestone May 2, 2022
@benammann benammann added the enhancement New feature or request label May 17, 2022
@benammann benammann self-assigned this Jun 20, 2022
@benammann benammann removed this from the Beta Release milestone Jun 20, 2022
benammann added a commit that referenced this issue Aug 6, 2022
benammann added a commit that referenced this issue Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant