Skip to content

ci: add gitleaks secret-scan workflow#14

Merged
satyakwok merged 1 commit intomainfrom
ci/gitleaks-rollout
May 10, 2026
Merged

ci: add gitleaks secret-scan workflow#14
satyakwok merged 1 commit intomainfrom
ci/gitleaks-rollout

Conversation

@satyakwok
Copy link
Copy Markdown
Contributor

Adds the gitleaks (secret-scan) GitHub Actions workflow used across the rest of the Sentriscloud orgs.

Detects credentials accidentally committed (API keys, signed RPC URLs, private-key fixtures, hardcoded JWTs) before they hit shared history. Uses the gitleaks binary v8.30.1 directly — gitleaks-action@v2 requires a paid org license since 2023, the binary itself is MIT.

Non-blocking on findings (|| echo ::warning::); branch protection gates that the scan ran. Findings surface as PR check warnings + workflow summary.

Matches the pattern in sentrix-labs/sentrix and the other Sentriscloud
repos. Uses gitleaks binary v8.30.1 directly (gitleaks-action@v2 is paid
for organizations). Non-blocking; surfaces findings as PR warnings.
@satyakwok satyakwok enabled auto-merge (squash) May 10, 2026 21:18
@satyakwok satyakwok merged commit ce7d120 into main May 10, 2026
3 checks passed
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.

1 participant