-
Notifications
You must be signed in to change notification settings - Fork 295
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
chore: install secret detection on pre-commit hooks #2290
Labels
Security
Related to existing or potential security vulnerabilities
Comments
@jagpreetsinghsasan Please assign this to me. Thank you |
zondervancalvez
added a commit
to zondervancalvez/cactus
that referenced
this issue
Oct 29, 2024
Primary Changes ---------------- 1. Installed gitleaks for secret detection. 2. This pre-commit checker detects any secrets or crypto so that it doesn't get pushed to the github repo. Fixes hyperledger-cacti#2290
5 tasks
zondervancalvez
added a commit
to zondervancalvez/cactus
that referenced
this issue
Oct 29, 2024
Primary Changes ---------------- 1. Installed gitleaks for secret detection. 2. This pre-commit checker detects any secrets or crypto so that it doesn't get pushed to the github repo. Fixes hyperledger-cacti#2290
zondervancalvez
added a commit
to zondervancalvez/cactus
that referenced
this issue
Nov 20, 2024
Primary Changes ---------------- 1. Installed gitleaks for secret detection. 2. This pre-commit checker detects any secrets or crypto so that it doesn't get pushed to the github repo. 3. Added script to run install and uninstall the pre-commit hooks in package.json Fixes hyperledger-cacti#2290 Signed-off-by: bado <[email protected]>
zondervancalvez
added a commit
to zondervancalvez/cactus
that referenced
this issue
Dec 4, 2024
Primary Changes ---------------- 1. Installed gitleaks for secret detection. 2. This pre-commit checker detects any secrets or crypto so that it doesn't get pushed to the github repo. 3. Added script to run install and uninstall the pre-commit hooks in package.json Fixes hyperledger-cacti#2290 Signed-off-by: bado <[email protected]>
petermetz
pushed a commit
to zondervancalvez/cactus
that referenced
this issue
Dec 5, 2024
Primary Changes ---------------- 1. Installed gitleaks for secret detection. 2. This pre-commit checker detects any secrets or crypto so that it doesn't get pushed to the github repo. 3. Added script to run install and uninstall the pre-commit hooks in package.json Fixes hyperledger-cacti#2290 Signed-off-by: bado <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to catch secret before it leaves your machine and ease remediation.
Description
As a developer, I want to incorporate a check so that any secrets/crypto doesn't get pushed to the github repo and this check runs as a part of pre-commit check
Acceptance Criteria
The text was updated successfully, but these errors were encountered: