Skip to content

Tags: samkenxstream/SAMkenxgit-secrets

Tags

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request awslabs#175 from dariuswiles/patch-1

Typo - "filter our false positives"

1.3.0

Toggle 1.3.0's commit message
Prepare for 1.3.0 release

1.2.1

Toggle 1.2.1's commit message
* Fixed an issue where secret provider commands were causing "command…

… not

  found" errors due to a previously set IFS variable.
  awslabs#30

1.2.0

Toggle 1.2.0's commit message
* Fixed an issue where spaces files with spaces in their names were n…

…ot being

  properly scanned in the pre-commit hook.
* Now ignoring empty lines and comments (e.g., `#`) in the .gitallowed file.
* Fixed an issue where numbers were being compared to strings causing failures
  on some platforms.

1.1.0

Toggle 1.1.0's commit message
* Bug fix: the pre-commit hook previously only scanned the working di…

…rectory

  rather than staged files. This release updates the pre-commit hook to instead
  scan staged files so that git-secrets will detect violations if the working
  directory drifts from the staging directory.
* Added the `--scan-history` subcommand so that you can scan your entire
  git history for violations.
* Added the ability to filter false positives by using a .gitallowed file.
* Added support for `--cached`, `--no-index`, and `--untracked` to the `--scan`
  subcommand.

1.0.1

Toggle 1.0.1's commit message
* Now works correctly with filenames in a repository that contain spa…

…ces when

  executing `git secrets --scan` with no provided filename (via `git grep`).
* Now works with git repositories with hundreds of thousands of files when
  using `git secrets --scan` with no provided filename (via `git grep`).

1.0.0

Toggle 1.0.0's commit message
* Initial release of ``git-secrets``.