mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-03-22 18:03:53 +00:00
- Added 10 fingerprints to .gitleaksignore for test tokens in historical commits - Broadened .gitleaks.toml path allowlist to cover all *_test.go files
49 lines
2.6 KiB
Plaintext
49 lines
2.6 KiB
Plaintext
# Gitleaks ignore patterns
|
|
# https://github.com/gitleaks/gitleaks
|
|
#
|
|
# Format: <commit-hash>:<file-path>:<rule-name>:<line-number>
|
|
# Or without commit hash for dir scans: <file-path>:<rule-name>:<line-number>
|
|
|
|
f9823eef3ec602b92ab4f17b3b4b93b2f219fb6a:internal/wizard/validator_test.go:generic-api-key:195
|
|
f9823eef3ec602b92ab4f17b3b4b93b2f219fb6a:internal/wizard/validator_test.go:generic-api-key:197
|
|
f9823eef3ec602b92ab4f17b3b4b93b2f219fb6a:internal/wizard/validator_test.go:generic-api-key:198
|
|
f9823eef3ec602b92ab4f17b3b4b93b2f219fb6a:internal/wizard/validator_test.go:generic-api-key:199
|
|
f9823eef3ec602b92ab4f17b3b4b93b2f219fb6a:internal/wizard/validator_test.go:generic-api-key:200
|
|
f9823eef3ec602b92ab4f17b3b4b93b2f219fb6a:internal/wizard/validator_test.go:github-pat:195
|
|
|
|
# Test tokens (using fingerprint format for dir scans)
|
|
internal/configuration_loader_test.go:github-pat:141
|
|
internal/configuration_loader_test.go:github-pat:173
|
|
internal/wizard/validator_test.go:generic-api-key:204
|
|
internal/wizard/validator_test.go:generic-api-key:206
|
|
internal/wizard/validator_test.go:generic-api-key:207
|
|
internal/wizard/validator_test.go:generic-api-key:208
|
|
internal/wizard/validator_test.go:generic-api-key:209
|
|
internal/wizard/validator_test.go:github-pat:204
|
|
integration_test.go:github-pat:304
|
|
internal/config_test.go:github-pat:133
|
|
internal/config_test.go:github-pat:162
|
|
testdata/yaml-fixtures/configs/global-config-default.yml:github-pat:4
|
|
testutil/test_constants.go:github-pat:363
|
|
testutil/test_constants.go:github-pat:455
|
|
|
|
# config_helper_test.go test tokens (commit 6291710)
|
|
62917109069f227e8227a25448fe8c4242405309:internal/config_helper_test.go:generic-api-key:99
|
|
62917109069f227e8227a25448fe8c4242405309:internal/config_helper_test.go:generic-api-key:101
|
|
62917109069f227e8227a25448fe8c4242405309:internal/config_helper_test.go:github-pat:99
|
|
62917109069f227e8227a25448fe8c4242405309:internal/config_helper_test.go:github-pat:101
|
|
|
|
# wizard_test.go test tokens (commit 6291710)
|
|
62917109069f227e8227a25448fe8c4242405309:internal/wizard/wizard_test.go:github-pat:621
|
|
62917109069f227e8227a25448fe8c4242405309:internal/wizard/wizard_test.go:github-pat:624
|
|
|
|
# integration_test.go test tokens (commit d09c791)
|
|
d09c7918cb70017b71fdaeead197e18168e5f398:integration_test.go:generic-api-key:304
|
|
|
|
# configuration_loader_test.go test tokens (commit d09c791)
|
|
d09c7918cb70017b71fdaeead197e18168e5f398:internal/configuration_loader_test.go:generic-api-key:141
|
|
|
|
# config_test.go test tokens (commits d09c791, 6291710)
|
|
d09c7918cb70017b71fdaeead197e18168e5f398:internal/config_test.go:generic-api-key:133
|
|
62917109069f227e8227a25448fe8c4242405309:internal/config_test.go:github-pat:929
|