mirror of
https://github.com/gitleaks/gitleaks-action.git
synced 2026-06-02 20:04:31 +00:00
49d90563d6
* Added statusCode and headers to response object
* TODO: Need it to actually be like this in case the body itself
contains attributes named "statusCode" and "headers". I don't want to
overwrite them:
{
"statusCode": 201,
"headers": {...},
"body": {...}
}