Files
gh-action-readme/.gitleaksignore
Ismo Vuorinen 2dc802a5d3 fix(ci): add go-version-file to release workflow and fix gitleaks ignores (#200)
- Add go-version-file: "go.mod" to release workflow for consistent Go version
- Remove unnecessary Node.js setup step (cosign uses its own installer)
- Add dir-scan format gitleaks ignore entries for config_helper_test.go
2026-03-22 17:15:36 +02:00

55 lines
2.8 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 (dir scan format)
internal/config_helper_test.go:generic-api-key:99
internal/config_helper_test.go:generic-api-key:101
internal/config_helper_test.go:github-pat:99
internal/config_helper_test.go:github-pat:101
# 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