Skip ManagementAPI

This commit is contained in:
gcatanese
2024-03-28 09:12:27 +01:00
parent b470182957
commit f576a824dc

View File

@@ -8,9 +8,9 @@ fi
DATE=$(date +"%Y-%m-%d")
# We allow only non classic, non webhook APIs
ALLOW_LIST="BalanceControlService|BalancePlatformService|BinLookupService|CheckoutService|DataProtectionService|DisputeService|GrantService|LegalEntityService|ManagementService|PayoutService|RecurringService|StoredValueService|TestCardService|TfmAPIService|TransferService"
ALLOW_LIST="BalanceControlService|BalancePlatformService|BinLookupService|CheckoutService|DataProtectionService|DisputeService|GrantService|LegalEntityService|PayoutService|RecurringService|StoredValueService|TestCardService|TfmAPIService|TransferService"
for entry in "adyen-openapi/json"/*
for entry in "adyen-openapi/yaml"/*
do
echo "Processing $entry"
if echo "$entry" | grep -q -E "$ALLOW_LIST"; then