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