Limited
2
0

chore(ci): add gitsecrets configuration and ignore file
All checks were successful
Release / Verify Apple Build (push) Successful in 14s
Release / Build & Pack (push) Successful in 8h59m32s
Release / Publish (push) Successful in 12s

Initialize GitSecrets addon configuration with project analysis metadata. Add .gitsecrets-ignore file marking password-assignment detection in BuyMeACoffeeExtensions.cs as false positive.
This commit is contained in:
2026-03-04 02:25:13 -05:00
parent 66c8ec8ecf
commit be1fad6083
2 changed files with 26 additions and 0 deletions

14
.gitsecrets-ignore Normal file
View File

@@ -0,0 +1,14 @@
# GitSecrets Ignore File
# This file tracks false positives identified by AI evaluation or manually marked.
# Each line is a JSON object with the following fields:
# - contentHash: SHA256 hash prefix of the secret content
# - patternId: The pattern that detected this secret
# - filePath: Relative path where the secret was found
# - reason: Why this was marked as a false positive
# - confidence: AI confidence level (if from AI evaluation)
# - addedAt: Timestamp when this entry was added
#
# You can safely commit this file to share false positive markers with your team.
# To remove an entry, simply delete the corresponding line.
{"contentHash":"57ca47aa82486958","patternId":"password-assignment","filePath":"..\\..\\..\\AppData\\Local\\GitCaddy\\app-4.7.1\\BuyMeCofee.Maui\\BuyMeACoffeeExtensions.cs","reason":"Manually marked as false positive","addedAt":1772602630533}

12
.gitsecretsconfig Normal file
View File

@@ -0,0 +1,12 @@
{
"version": 1,
"analyzedAt": 1772602627117,
"project": {
"type": "unknown"
},
"vaultSdk": {
"installed": false,
"usageLocations": []
},
"recommendedApproach": "unknown"
}