Microsoft PowerBI
Send Vulnerability to PowerBI
The purpose of this example is to send data to PowerBI when a Vulnerability is created in AttackForge.
This example Flow can be downloaded from our Flows GitHub Repository and imported into your AttackForge.
Initial Set Up
Event: Vulnerability Created
Secrets:
powerbi_key - your Push Semantic Model - Push URL
Action 1 - Send Vulnerability to PowerBI
Method: POST
URL: <YOUR-PUSH-URL>
Headers:
Key = Content-Type; Type = Value; Value = application/json
Request Script:
Response Script:
Last updated