GoogleCloudPlatform / security-response-automation

Take automated actions against threats and vulnerabilities.
Apache License 2.0
208 stars 52 forks source link

add additional context to errors to help debug issues #147

Closed tomscript closed 4 years ago

tomscript commented 4 years ago
return err

could be

  return errors.Wrapf(err, "failed while performing %q on %q", action, projectID);