1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/microsoft-onefuzz

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
teams.md 1.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Teo Voinea Отправлено 12.09.2022 15:20 615dff6

Notifications via Microsoft Teams

OneFuzz can send notifications to Microsoft Teams channels upon new file creation within OneFuzz managed containers.

Notifications

Upon creation of new crash reports (see onefuzztypes.models.Report) in monitored containers, a detailed notification including crash details and download links to the report, executable, and crashing input.

Upon creation of any other file, a trimmed down notification is created with the name of the file with a download link.

For this purpose, most users will want to monitor reports or unique_reports rather than crashes containers.

Integration

  1. Create an incoming webhook in Teams.

  2. Add a notification to your OneFuzz instance.

    onefuzz notifications create <CONTAINER> @./config.json

Until the integration is deleted, when a crash report is written to the indicated container, the webhook will be used to send notification of the crash.

Example Config

{
    "config": {
        "url": "<INCOMING_WEBHOOK_HERE>",
    }
}

Screenshot

Teams message Screenshot

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/microsoft-onefuzz.git
git@api.gitlife.ru:oschina-mirror/microsoft-onefuzz.git
oschina-mirror
microsoft-onefuzz
microsoft-onefuzz
main