pipedream
pipedream copied to clipboard
[Components] security_reporter
security_reporter
URLs
Polling Sources
new-assessment-instant
Prompt
Emit new event when an assessment is created. No prop required.
new-finding-instant
Prompt
Emit new event when a finding is created. Required props: 'finding' (ID or name of the finding).
new-finding-updated-instant
Prompt
Emit new event when a finding is updated. Required props: 'finding' (ID or name of the finding to watch for updates).
Actions
create-finding
Prompt
Creates a new security finding. Required props: finding details (title, description, severity, etc). Optional props: attachments.
update-finding
Prompt
Updates an existing security finding. Required props: finding id, update details. Optional props: revised attachments, comments.
create-assessment
Prompt
Creates a new security assessment. Required props: assessment details (scope, target, date, etc). Optional props: associated tasks, user assignments, attachments.