This pull request includes changes to put secret_scanning_alert events into a queue before processing them. It also adds a new test file for secret-scanning-alert.ts.
Replaced the call to secretScanningAlertWebhookHandler with a call to sqsQueues.secret_scanning_alert.sendMessage(payload) for secret_scanning_alert events.
Modified src/sqs/queues.ts:
Added a new queue named secret_scanning_alert with its corresponding queue URL and region.
Added a new test file named secret-scanning-alert.test.ts in the src/sqs directory.
Added a new file named secret-scanning-alert.ts in the src/sqs directory, which includes the secretScanningAlertQueueMessageHandler function for processing secret_scanning_alert events.
Fixes #4.
π Latest improvements to Sweep:
New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
PR Feedback (click)
Description
This pull request includes changes to put secret_scanning_alert events into a queue before processing them. It also adds a new test file for secret-scanning-alert.ts.
Summary
Fixes #4.
π Latest improvements to Sweep:
π‘ To get Sweep to edit this pull request, you can: