SSWConsulting / SSW.CodeAuditor

SSW Code Auditor V2
6 stars 6 forks source link

👷 Enhance Sending Error Logging Reports #888

Closed tombui99 closed 4 months ago

tombui99 commented 5 months ago

Cc: @william-liebenberg @adamcogan

Pain

As per my conversation with @william-liebenberg , we need to find a better way to send error reports whenever a scan fails. Right now the method to send these reports is through GitHub Workflow creating issues on a private repository whenever a CodeAuditor workflow run fails.

Suggested Solution

Ideally, we should send these reports directly from the Docker image which makes it easier to track what went wrong during the scan. To achieve this, we can create a new table in our database and a new API to send and store these fail logs.

Tasks

Thanks!