Skip to content

ci: add gitleaks secret-scan workflow#6

Merged
github-actions[bot] merged 1 commit into
mainfrom
ci/gitleaks-rollout
May 10, 2026
Merged

ci: add gitleaks secret-scan workflow#6
github-actions[bot] merged 1 commit into
mainfrom
ci/gitleaks-rollout

Conversation

@satyakwok
Copy link
Copy Markdown
Member

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.
@github-actions github-actions Bot enabled auto-merge (squash) May 10, 2026 21:17
@github-actions github-actions Bot merged commit 549c73b into main May 10, 2026
4 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