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

Add ignoring password entires in auditing #36

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ltecheroffical
Copy link

@ltecheroffical ltecheroffical commented Feb 5, 2024

Because of the fact that password-store stores passwords (secrets) in a encrypted text file, it's not good that a note written there would be flagged quickly and annoy you. So it's a safe bet to add an option to ignore passwords, so this Pull Request adds .pass-audit-ignore as a file that can be created in the password store directory to ignore passwords with the prefix. For example, ignoring passwords in a dir is easy. For example, here is one that ignores passwords in a directory called test:

Test/

@roddhjav
Copy link
Owner

roddhjav commented Feb 5, 2024

Hi, thanks for your PR.

That is a nice feature, can you add the corresponding unit tests?

Because of the fact that password-store stores passwords (secrets) in plaintext

Hum, what?

@ltecheroffical
Copy link
Author

ltecheroffical commented Feb 5, 2024

plaintext = encrypted text files (typo)

Also, without knowledge of how you run tests, I can't write them.

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.

None yet

2 participants