mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-03-19 14:02:44 +00:00
fix(ci): tweak .gitleaksignore
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
# https://github.com/gitleaks/gitleaks
|
# https://github.com/gitleaks/gitleaks
|
||||||
|
|
||||||
# Ignore test files with dummy secrets
|
# Ignore test files with dummy secrets
|
||||||
**/testdata/**
|
*/testdata/*
|
||||||
**/test/**
|
*/test/*
|
||||||
**/*_test.go
|
*_test.go
|
||||||
|
|
||||||
# Ignore example configurations
|
# Ignore example configurations
|
||||||
**/examples/**
|
*/examples/*
|
||||||
**/docs/**
|
*/docs/*
|
||||||
|
|
||||||
# Common false positives
|
# Common false positives
|
||||||
# Generic test tokens
|
# Generic test tokens
|
||||||
|
|||||||
Reference in New Issue
Block a user