We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19a46c commit 2550c4cCopy full SHA for 2550c4c
pkg/handlers/apk_test.go
@@ -22,7 +22,7 @@ func TestAPKHandler(t *testing.T) {
22
}{
23
"apk_with_3_leaked_keys": {
24
"https://github.com/joeleonjr/leakyAPK/raw/refs/heads/main/aws_leak.apk",
25
- 942,
+ 947,
26
// Note: the secret count is 4 instead of 3 b/c we're not actually running the secret detection engine,
27
// we're just looking for a string match. There is one extra string match in the APK (but only 3 detected secrets).
28
4,
0 commit comments