Skip to content

[CLOUD-4610] Add gitleaks secret scanning - #3

Merged
PremKAkula merged 1 commit into
mainfrom
sec/gitleaks-onboarding
Jul 27, 2026
Merged

[CLOUD-4610] Add gitleaks secret scanning#3
PremKAkula merged 1 commit into
mainfrom
sec/gitleaks-onboarding

Conversation

@PremKAkula

Copy link
Copy Markdown
Contributor

Adds gitleaks secret scanning to this repo.

  • .gitleaks.toml — gitleaks config; extends the default ruleset (with allowlist entries for known false positives).
  • .pre-commit-config.yaml — adds the gitleaks hook so secrets are caught before they're committed.
  • .github/workflows/gitleaks.yml — runs gitleaks on pull requests and pushes to main via the gitleaks binary (the org Actions allowlist blocks third-party actions). Non-blocking for now: reports findings without failing the build, so we can clear false positives before enforcing.

Part of the org-wide secret-scanning rollout (CLOUD-4610).

@PremKAkula
PremKAkula merged commit e976d59 into main Jul 27, 2026
1 check 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.

2 participants