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

idea: prevent publishing #135

Open
azu opened this issue Apr 30, 2020 · 0 comments
Open

idea: prevent publishing #135

azu opened this issue Apr 30, 2020 · 0 comments
Labels
Status: Proposal Request for comments

Comments

@azu
Copy link
Member

azu commented Apr 30, 2020

Initial idea is that secretlint prevent to commit credentials.
We need to think how to prevent publishing credentials.

For example, npm publish expose data that is not under tha git.
These exposed data is controlled by files and .gitignore.

We want to add check step by secretlint before publishing

Example: npm publish

  1. npm pack
  2. check files by secretlint
  3. npm publish

Can we add the check step into npm publish?

So, we need to think that secretlint integration for non-git.

@azu azu added the Status: Proposal Request for comments label Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Proposal Request for comments
Projects
None yet
Development

No branches or pull requests

1 participant