Update the status of a finding to either Open, Closed or Ignored.

Parameters

ParameterDescription
Finding IDThe Ermetic ID of the Finding.
Ignore ReasonThe reason the finding is ignored.
Ignore Until DateThe expiration date for the ignored finding.
MessageA message to add to the update request.
StatusThe new finding status.

Example Output

{
	"data": {
		"UpdateFindingStatus": {
			"Success": true
		}
	}
}

Workflow Library Example

Update Finding Status with Ermetic and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop