Microsoft Teams
Description
Section titled “Description”NightVision can seamlessly integrate into Teams, where a PDF can be generated from the SARIF created via the nightvision swagger export command. The code can be found in the following repo:
Preview: Example Results
Section titled “Preview: Example Results”- Clone the repository:
git clone https://github.com/jxbt/nightvision_ms_teams_importer.gitcd nightvision_ms_teams_importer
- Install Dependencies
python3 -m venv .venvsource .venv/bin/activatepip3 install -r requirements.txt
To use the NightVision Teams integration, provide the path to your SARIF file along with your Microsoft Teams webhook URL:
source .venv/bin/activate python3 nightvision_teams_importer.py --sarif <path_to_sarif_file> --webhook <webhook_url>| Flag | Description |
|---|---|
| -s, —sarif | Path to the SARIF file containing the security scan results. |
| -w, —webhook | Microsoft Teams webhook URL. |