Skip to content

Commit

Permalink
Merge pull request #93 from cloud-gov/bb/actually-stop-thinking-about…
Browse files Browse the repository at this point in the history
…-seekrets

feat: Remove clean_seekrets make target
  • Loading branch information
pburkholder authored Dec 18, 2024
2 parents 373bdf8 + e2d4480 commit 3f05266
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ clean:
git config --global --unset core.hooksPath
/bin/rm -rf ${GITLEAKS}

clean_seekrets:
/bin/rm -rf ${GIT_SUPPORT_PATH}/seekret-rules
-git config --global --unset gitseekret.rulesenabled
-git config --global --unset gitseekret.rulespath
-git config --global --unset gitseekret.exceptionsfile
-git config --global --unset gitseekret.version

hook pre-commit: ${GIT_SUPPORT_PATH}/hooks/pre-commit

global_hooks:
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ Clone the repository with the `--recurse-submodules` flag. Or, if you have alrea

You now have the gitleaks pre-commit hook enabled globally.

### If you're upgrading

Before `gitleaks`, prior versions of `caulking` relied on `git-seekrets` - if you have
an old `git-seekrets`-based caulking install you can remove it with `make clean_seekrets`

## Bug warning

If you get the error `reference not found` on a new repository, be sure you've run `brew upgrade gitleaks` to install version 4.1.1 or later.
Expand Down

0 comments on commit 3f05266

Please sign in to comment.