Skip to content

External app

External app #2682

Triggered via pull request August 18, 2023 08:11
Status Success
Total duration 5m 14s
Artifacts

license-scanning.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
scan: src/WorkflowManager/Contracts/Models/WorkflowUpdateRequest.cs#L24
Non-nullable property 'OriginalWorkflowName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
scan: src/WorkflowManager/Contracts/Models/WorkflowUpdateRequest.cs#L27
Non-nullable property 'Workflow' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
scan: src/WorkflowManager/Contracts/Models/ExportDestination.cs#L24
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
scan: src/WorkflowManager/Database/Repositories/WorkflowRepository.cs#L67
Dereference of a possibly null reference.
scan: src/WorkflowManager/Database/Repositories/WorkflowRepository.cs#L67
Dereference of a possibly null reference.
scan: src/WorkflowManager/Database/Repositories/PayloadRepository.cs#L52
Cannot convert null literal to non-nullable reference type.
scan: src/WorkflowManager/Database/Repositories/WorkflowInstanceRepository.cs#L317
Cannot convert null literal to non-nullable reference type.
scan: src/WorkflowManager/Database/Repositories/WorkflowInstanceRepository.cs#L357
Cannot convert null literal to non-nullable reference type.
scan: src/Shared/Shared/Wrappers/Response.cs#L28
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
scan: src/Shared/Shared/Wrappers/Response.cs#L28
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.