Tenable
Trigger an Automated Scan in Tenable

The purpose of this example is to schedule a vulnerability scan in Tenable when a Project is created in AttackForge.
This example Flow can be downloaded from our Flows GitHub Repository and imported into your AttackForge.
Initial Set Up
Event: Project Created
Secrets:
tenable_auth - your Tenable API Key
Action 1 - Schedule Vulnerability Scan in Tenable
Method: <insert>
URL: <insert>
Headers:
Key = Accept; Type = Value; Value = application/json
Key = Content-Type; Type = Value; Value = application/json
Key = Authorization; Type = Secret; Value = tenable_auth
Request Script:
Response Script:
Last updated