mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-01-26 03:04:10 +00:00
* Initial plan * Fix test token masking issue in GitHub Actions Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> * chore: update permissions, go version, linting * fix(ci): ignore test tokens for gitleaks * chore: add fetch-depth zero to all checkout actions * fix(ci): pr-lint contents write permission * [MegaLinter] Apply linters fixes * chore: ignore and remove megalinter-reports * fix: restore commitlint pre-commit hook to v9.24.0 Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> Co-authored-by: Ismo Vuorinen <ismo@ivuorinen.net>
26 lines
1.3 KiB
Plaintext
26 lines
1.3 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
|