Greetings All,
Is it possible to have the "
Send Remediated Vulnerabilities Message in Microsoft Teams " Plugin configured to show specific asset groups ?
Greetings All,
Is it possible to have the "
Send Remediated Vulnerabilities Message in Microsoft Teams " Plugin configured to show specific asset groups ?
If you look at that workflow, then go to a job that has run, if you sift through all the steps, is the data you want somewhere in the log data?
Instead of reporting on all devices remediated, I would like to specify it to one particular group or ip range to display servers for example.
You would have to build logic in the workflow to handle that. If you look at the trigger for this workflow, it doesn’t have any configuration options, which means the workflow itself will always run when under the condition that is hard coded into the trigger.
If you look at your job data when it runs you can see all the data available to you. If you see something that allows you to make the decision that you are interested in such as a particular group, then this would be fine. Workflows from the extension library can be treated as templates. They can be modified as much as you like.