Skip to content

Commit c9eea09

Browse files
authored
Merge pull request #3 from opengovern/feat-make-task
fix: add job id
2 parents 0eb79dc + 9f3032c commit c9eea09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discovery/task/run-task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func (tr *TaskRunner) describeIntegrationResourceTypes(ctx context.Context, i In
134134
}
135135

136136
job := describe.DescribeJob{
137-
JobID: 0,
137+
JobID: tr.request.TaskDefinition.RunID,
138138
ResourceType: rt.Name,
139139
IntegrationID: i.IntegrationID,
140140
ProviderID: i.ProviderID,

0 commit comments

Comments
 (0)