Skip to content

feat(workflows): gitleaks-caller (Org-Rollout)#4

Merged
Klangschalen merged 1 commit into
mainfrom
claude/gitleaks-caller-25
May 25, 2026
Merged

feat(workflows): gitleaks-caller (Org-Rollout)#4
Klangschalen merged 1 commit into
mainfrom
claude/gitleaks-caller-25

Conversation

@Klangschalen
Copy link
Copy Markdown
Owner

Pilot war https://github.com/Klangschalen/security-scanner-laravel/pull/52. Caller laeuft jetzt org-weit.

fail-on-detection: false fuer ersten Lauf - Findings warnen ohne zu blockieren. Nach History-Cleanup pro Repo auf true setzen.

SOTA: https://github.com/Klangschalen/claude-config/blob/master/docs/sota/gitleaks-installation-2026-05-24.md

🤖 Generated with Claude Code

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5e56eec8b5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

jobs:
gitleaks:
name: gitleaks-scan
uses: Klangschalen/.github/.github/workflows/gitleaks-scan.yml@main
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Pin reusable workflow to immutable commit SHA

uses: Klangschalen/.github/.github/workflows/gitleaks-scan.yml@main references a mutable branch, so every run can execute different code than what was reviewed in this repo. Because this job also sets secrets: inherit, a compromised or force-updated main branch in the shared workflow repo could run with this repository’s inherited secrets and token scope. Pinning the reusable workflow to a full commit SHA makes runs reproducible and removes this supply-chain class of risk.

Useful? React with 👍 / 👎.

@Klangschalen Klangschalen merged commit b1d46dd into main May 25, 2026
2 checks passed
@Klangschalen Klangschalen deleted the claude/gitleaks-caller-25 branch May 25, 2026 10:30
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