-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(SP-1743): upgrade to gitleaks v8 (#9)
* feat: updating rules and tests and scripts to use gitleaks v8 * bumping gitleaks patch version and using mktemp for tmp dirs * debugging CI * using --no-git and removing git repo initialization * using ephemeral runners * removing tmp dirs logic * using correct filename * adding legacy (pre v8) gitleaks rules * removing unnecessary command
- Loading branch information
1 parent
c64aa0c
commit a6a1b6d
Showing
29 changed files
with
1,170 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
!gitleaks_config_generator_tests.py | ||
!requirements.txt | ||
!global_config.toml | ||
!global_config_legacy.toml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.