File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ title = " OpenClawKit gitleaks overrides"
2+
3+ [extend ]
4+ useDefault = true
5+
6+ [allowlist ]
7+ description = " Ignore Qwen OAuth reference values and test placeholders"
8+ stopwords = [
9+ " f0304373b74a44d2b584a3fb70ca9e56" ,
10+ " qwen-oauth-token" ,
11+ " fresh-qwen-access" ,
12+ " fresh-qwen-refresh" ,
13+ ]
Original file line number Diff line number Diff line change 2323
2424 - name : Run gitleaks
2525 uses : gitleaks/gitleaks-action@v2
26+ env :
27+ GITLEAKS_CONFIG : .github/.gitleaks.toml
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ public actor KeychainCredentialStore: CredentialStore {
257257 }
258258}
259259#else
260- /// Non-Apple placeholder that preserves API shape when Security is unavailable.
260+ /// Non-Apple placeholder when Security is unavailable.
261261public actor KeychainCredentialStore : CredentialStore {
262262 /// Creates a placeholder keychain store.
263263 /// - Parameters:
@@ -267,7 +267,7 @@ public actor KeychainCredentialStore: CredentialStore {
267267 public init (
268268 service _: String = " io.marcodotio.openclawkit.credentials " ,
269269 accessGroup _: String ? = nil ,
270- accessibility _: CFString = " kSecAttrAccessibleWhenUnlockedThisDeviceOnly " as CFString
270+ accessibility _: String = " kSecAttrAccessibleWhenUnlockedThisDeviceOnly "
271271 ) { }
272272
273273 public func saveSecret( _: String , for _: String ) async throws {
You can’t perform that action at this time.
0 commit comments