Clean up gitleaksignore (fingerprints no longer needed)

This commit is contained in:
Mondo Diaz
2026-01-14 18:10:54 +00:00
parent aea586148b
commit 1d23290376

View File

@@ -1,13 +1,6 @@
# Gitleaks ignore file
# https://github.com/gitleaks/gitleaks#gitleaksignore
#
# False positive: s3_key is an attribute name, not a secret
# These fingerprints cover historical commits (gitleaks scans git history)
# New commits are protected by inline # gitleaks:allow comments
4ec91b46ede3c73487383611e7b96d4a57a9fe21:backend/tests/unit/test_storage.py:generic-api-key:381
f1b0c93f30a6f9d807517be75b858078d7e7779d:backend/tests/unit/test_storage.py:generic-api-key:381
f6b79a7af03a371bf010d2dccb0613ad9b025335:backend/tests/unit/test_storage.py:generic-api-key:381
08dce6cbb836b687002751fed4159bfc2da61f8b:backend/tests/unit/test_storage.py:generic-api-key:381
35fda65d381acc5ab59bc592ee3013f75906c197:backend/tests/unit/test_storage.py:generic-api-key:381
acd31129e9587d582cc69874bce88cef18b83772:backend/tests/unit/test_storage.py:generic-api-key:381
f0b36a4d2e19a44b16590e009e18460c7b98cda9:backend/tests/unit/test_storage.py:generic-api-key:381
# Note: secrets job set to allow_failure in .gitlab-ci.yml
# False positive: s3_key is an attribute name in test assertions, not a secret
# Protected by inline # gitleaks:allow comments in test_storage.py