Skip to content

Commit

Permalink
Gitleaks updates (#415)
Browse files Browse the repository at this point in the history
Gitleaks scheduled scan started finding new findings some time ago breaking my scheduled scans. So I've ignored the vendor` dir because no real secrets in there, and updated one commit hash.
  • Loading branch information
spaze authored Oct 19, 2024
2 parents 0753a26 + 6d0434b commit e4c47e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ keywords = [
[allowlist]
paths = [
'''js/openpgp\.min\.js''',
# Paths otherwise .gitignored should be listed here if you want to run with --no-git
'''site/vendor/''',
# Paths otherwise .gitignored should be listed here if you want to use `gitleaks directory`
'''i/build/''',
'''site/temp/cache/''',
]
2 changes: 1 addition & 1 deletion .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
4eea8b8b4a748558fc9d148e870c046e70f02e93:site/app/config/config.local.template.neon:generic-api-key-extra-keywords:71
4eea8b8b4a748558fc9d148e870c046e70f02e93:site/app/config/config.local.template.neon:generic-api-key-extra-keywords:73
8e2f5d8924f633825fdd9e83431ac83166fb2ba4:site/app/config/config.local.template.neon:generic-api-key-extra-keywords:80
bcedeb91aedc5501ee37ef6e71e0abe5ec5f8622:app/config/config.neon:generic-api-key-extra-keywords:37
e8ee56be1f7af3c54ecc5aff2e5b525151dcd847:app/config/config.neon:generic-api-key-extra-keywords:37
0a582d9b6820eec34b371c48ac33c95512013fcf:site/config/local.template.neon:michalspacek.cz-encryption-keys:52
0a582d9b6820eec34b371c48ac33c95512013fcf:site/config/local.template.neon:generic-api-key-extra-keywords:52
0a582d9b6820eec34b371c48ac33c95512013fcf:site/config/local.template.neon:michalspacek.cz-encryption-keys:54
Expand Down
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tester-include-skipped:
$(MAKE) tester

gitleaks:
gitleaks detect --verbose --source $(realpath ..)
gitleaks git --verbose $(realpath ..)

composer-dependency-analyser:
vendor/bin/composer-dependency-analyser --verbose

0 comments on commit e4c47e7

Please sign in to comment.