zaproxy / action-full-scan

A GitHub Action for running the ZAP Full scan
Apache License 2.0
280 stars 53 forks source link

Cap Github Issue Body #43

Open rubensf opened 2 years ago

rubensf commented 2 years ago

When running the Zap Full Scan against our resources, the scan works normally (producing some findings), but creating the Github Issue fails with:

Validation Failed: {"resource":"Issue","code":"custom","field":"body","message":"body is too long (maximum is 65536 characters)"}

I was hoping for there to be a way to cap the body of the issue being created, maybe?