Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gitleaks/gitleaks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.16.4
Choose a base ref
...
head repository: gitleaks/gitleaks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.17.0
Choose a head ref
  • 18 commits
  • 53 files changed
  • 14 contributors

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    d6fccc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Add detection for Snyk tokens (#1190)

    * add snyk token
    
    * add snyk token to rules
    
    * s/snyk_token/snyk
    wayne-snyk authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    ab5fc21 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Add makefile variable detections (#1191)

    * add makefile variable definitions
    
    * update snyk tests
    
    * regenerate config
    wayne-snyk authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    a685551 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    bc59944 View commit details
    Browse the repository at this point in the history
  2. Add junit report format (#920)

    * add junit report format
    
    * add fingerprint to expected test result to fix tests
    
    * fix expected junit test report
    maltemorgenstern authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0dbdde8 View commit details
    Browse the repository at this point in the history
  3. Ignore all comits when .gitleaksignore fingerprint lacks SHA (#1156)

    * fix: .gitleaksignore without sha in fingerprint
    
    * chore: add prior commit to .gitleaksignore
    rgmz authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    91ff8f9 View commit details
    Browse the repository at this point in the history
  4. add some gl ignores

    zricethezav committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    289062a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fab4f4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1d59bf View commit details
    Browse the repository at this point in the history
  7. add tests for commits

    zricethezav committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    257c703 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Add some useless files (#1193)

    These files do not contain secrets
    sergiomarotco authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c101fa8 View commit details
    Browse the repository at this point in the history
  2. Add detection for OpenAI API keys (#1148)

    * Add detection for OpenAI API keys
    
    * Remove `sk-` keyword
    becojo authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7dc9ba4 View commit details
    Browse the repository at this point in the history
  3. feat: add warning for quoted --log-opts values (#1160)

    Co-authored-by: Richard Gomez <richard@rbcrt.com>
    rgmz and Richard Gomez authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7f53b03 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Fixed docker run command in README.md (#1194)

    The docker run command was missing `ghcr.io/` in the image name, which resulted in an error:
    
    Unable to find image 'gitleaks/gitleaks:latest' locally
    docker: Error response from daemon: pull access denied for gitleaks/gitleaks, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
    IanMoroney authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3f894cb View commit details
    Browse the repository at this point in the history
  2. add tags support for csv and sarif formats (#1176)

    * add tags support for csv and sarif formats
    
    * add tests
    eyalatox authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    86197b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    463d246 View commit details
    Browse the repository at this point in the history
  4. Initial set of Azure secrets for #539 (#1079)

    * Initial secret set
    
    * Covered off all rule types in comments
    
    * Finished Azure and Ansible rules
    
    * About to run go run main.go
    
    * Fixed some rules, but tests need work
    
    * Initial secret set for Azure
    
    Needs work - many tests fail
    
    * Fix remaining Azure secrets - but couldn't get XML to work
    
    * Update .gitignore
    
    Co-authored-by: Jesse Houwing <jesse.houwing@gmail.com>
    
    ---------
    
    Co-authored-by: Jesse Houwing <jesse.houwing@gmail.com>
    dvasdekis and jessehouwing authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    7911ac6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7804d65 View commit details
    Browse the repository at this point in the history
Loading