From 94fd1a6fc2115b03e36fc377217c29bfdfcb5c37 Mon Sep 17 00:00:00 2001 From: Sven Dolderer Date: Wed, 21 Aug 2024 14:54:18 +0200 Subject: [PATCH] updated auth prefix #3365 --- .../docker/sechub-wrapper-secretvalidation-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sechub-pds-solutions/gitleaks/docker/sechub-wrapper-secretvalidation-config.json b/sechub-pds-solutions/gitleaks/docker/sechub-wrapper-secretvalidation-config.json index 2db26847ea..852b743c64 100644 --- a/sechub-pds-solutions/gitleaks/docker/sechub-wrapper-secretvalidation-config.json +++ b/sechub-pds-solutions/gitleaks/docker/sechub-wrapper-secretvalidation-config.json @@ -10,9 +10,9 @@ "requests": [ { "proxyRequired": true, - "url": "https://api.github.com", + "url": "https://api.github.com/", "headers": [ - { "name": "Authorization", "valuePrefix": "token" } + { "name": "Authorization", "valuePrefix": "Bearer" } ], "expectedResponse": { "httpStatus": 200 } }