Skip to content

feat: implement secret scanning and prevention#129

Merged
ayomideadeniran merged 1 commit intoSoroLabs:mainfrom
Danitello123:feature/secret-scanning-prevention
Mar 29, 2026
Merged

feat: implement secret scanning and prevention#129
ayomideadeniran merged 1 commit intoSoroLabs:mainfrom
Danitello123:feature/secret-scanning-prevention

Conversation

@Danitello123
Copy link
Copy Markdown
Contributor

@Danitello123 Danitello123 commented Mar 29, 2026

Closes #104

  • Add GitHub Actions workflow for gitleaks secret scanning
  • Configure pre-commit hooks for local secret detection
  • Add gitleaks configuration with custom rules and allowlists
  • Add .gitleaksignore for handling false positives
  • Add comprehensive SECRET_SCANNING.md documentation

This implements issue #104 by integrating automated secret scanning into the CI pipeline and providing local pre-commit hooks to prevent accidental credential commits.

Summary

Related Issue

Type of Change

  • Feature
  • Bug fix
  • Refactor
  • Documentation

Changes Made

Validation

  • cargo fmt --all (if contract changed)
  • npm run lint in frontend (if frontend changed)
  • Manual verification completed

Screenshots (if UI changes)

Checklist

  • Scope is focused and avoids unrelated changes
  • Commit messages are clear
  • Documentation updated when needed
  • ETA was provided when requesting assignment for the linked issue

- Add GitHub Actions workflow for gitleaks secret scanning
- Configure pre-commit hooks for local secret detection
- Add gitleaks configuration with custom rules and allowlists
- Add .gitleaksignore for handling false positives
- Add comprehensive SECRET_SCANNING.md documentation

This implements issue SoroLabs#104 by integrating automated secret
scanning into the CI pipeline and providing local pre-commit
hooks to prevent accidental credential commits.
@Danitello123
Copy link
Copy Markdown
Contributor Author

Closed #129

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 29, 2026

@Danitello123 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@ayomideadeniran
Copy link
Copy Markdown
Contributor

Pr under review.

@ayomideadeniran ayomideadeniran merged commit 8d5fa8c into SoroLabs:main Mar 29, 2026
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.

[Security] Implement Secret Scanning and Prevention

2 participants