Fix CI pipeline issues

- Add gitleaks:allow inline comments to prevent false positives on s3_key
- Clean up .gitleaksignore (no longer need commit-specific fingerprints)
- Simplify integration tests to read-only operations (write ops require auth)
This commit is contained in:
Mondo Diaz
2026-01-14 15:32:55 +00:00
parent 3259cdfd06
commit 156f35dcbf
3 changed files with 27 additions and 77 deletions

View File

@@ -1,7 +1,5 @@
# Gitleaks ignore file
# https://github.com/gitleaks/gitleaks#gitleaksignore
# False positive: s3_key is an attribute name, not a secret
35fda65d381acc5ab59bc592ee3013f75906c197:backend/tests/unit/test_storage.py:generic-api-key:381
08dce6cbb836b687002751fed4159bfc2da61f8b:backend/tests/unit/test_storage.py:generic-api-key:381
f6b79a7af03a371bf010d2dccb0613ad9b025335:backend/tests/unit/test_storage.py:generic-api-key:381
#
# Note: s3_key false positives are now handled with inline # gitleaks:allow comments
# in backend/tests/unit/test_storage.py