Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitleaks updates #415

Merged
merged 3 commits into from
Oct 19, 2024
Merged

Gitleaks updates #415

merged 3 commits into from
Oct 19, 2024

Commits on Oct 19, 2024

  1. Gitleaks 8.19 deprecated some commands I've used

    - the `detect` command replaced with the `git` command
    - `--no-git` replaced with the `directory` command
    
    https://github.com/gitleaks/gitleaks/releases/tag/v8.19.0
    spaze committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    a69cdd1 View commit details
    Browse the repository at this point in the history
  2. Allow secrets in vendor dir as they're not really secrets

    They're examples, or cache keys.
    Also using the "old" site dir because the wannabe-leaky commits were done in that dir.
    spaze committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    1b20a73 View commit details
    Browse the repository at this point in the history
  3. Update the hash for the ignored config.neon secret

    Possibly because of some fixes in 8.21 but it has started when 8.20.1 was released and used by the Gitleaks action, so no idea really
    
    https://github.com/gitleaks/gitleaks/releases/tag/v8.21.0
    https://github.com/gitleaks/gitleaks/releases/tag/v8.20.1
    spaze committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6d0434b View commit details
    Browse the repository at this point in the history