fix(ci): satisfy provider audit checks

This commit is contained in:
Patrick Wozniak
2026-08-18 11:01:12 +02:00
parent c04f3907b5
commit 864538e146
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -41,5 +41,5 @@ title = "pi-commandcode-provider secret scan"
[[rules]]
id = "pi-test-api-key"
description = "Test API key value that looks real"
regex = '''(user_testKey|mock-key|fake-key|test-api-key)'''
regex = '''['"](user_testKey|mock-key|fake-key|test-api-key)['"]'''
tags = ["pi-extension", "test"]