Address CVE-2024-38229, CVE-2024-35264 #3510
test.yml
on: pull_request
unit-tests-and-codecov
3m 26s
workflow-executor-integration-tests
5m 11s
task-manager-integration-tests
1m 59s
sonarscanner
0s
Annotations
1 error and 40 warnings
|
unit-tests-and-codecov
Process completed with exit code 123.
|
|
task-manager-integration-tests:
tests/UnitTests/Common.Tests/Services/PayloadServiceTests.cs#L498
Converting null literal or possible null value to non-nullable type.
|
|
task-manager-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Controllers/PayloadControllerTests.cs#L127
'FilterDefinition<Payload>.Render(IBsonSerializer<Payload>, IBsonSerializerRegistry)' is obsolete: 'Use Render(RenderArgs<TDocument> args) overload instead.'
|
|
task-manager-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Controllers/WorkflowsControllerTests.cs#L80
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
|
task-manager-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Controllers/WorkflowsControllerTests.cs#L134
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
|
task-manager-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1413
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
task-manager-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1470
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
task-manager-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1514
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
task-manager-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1537
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
task-manager-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1581
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
task-manager-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1582
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
unit-tests-and-codecov:
tests/UnitTests/Common.Tests/Services/PayloadServiceTests.cs#L498
Converting null literal or possible null value to non-nullable type.
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Controllers/PayloadControllerTests.cs#L127
'FilterDefinition<Payload>.Render(IBsonSerializer<Payload>, IBsonSerializerRegistry)' is obsolete: 'Use Render(RenderArgs<TDocument> args) overload instead.'
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Controllers/WorkflowsControllerTests.cs#L80
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Controllers/WorkflowsControllerTests.cs#L134
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1413
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1470
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1514
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1537
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1581
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1582
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
unit-tests-and-codecov:
tests/UnitTests/Common.Tests/Services/PayloadServiceTests.cs#L498
Converting null literal or possible null value to non-nullable type.
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Controllers/PayloadControllerTests.cs#L127
'FilterDefinition<Payload>.Render(IBsonSerializer<Payload>, IBsonSerializerRegistry)' is obsolete: 'Use Render(RenderArgs<TDocument> args) overload instead.'
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Controllers/WorkflowsControllerTests.cs#L80
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Controllers/WorkflowsControllerTests.cs#L134
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1413
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1470
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1514
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1537
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1581
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
unit-tests-and-codecov:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1582
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
workflow-executor-integration-tests:
tests/UnitTests/Common.Tests/Services/PayloadServiceTests.cs#L498
Converting null literal or possible null value to non-nullable type.
|
|
workflow-executor-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Controllers/PayloadControllerTests.cs#L127
'FilterDefinition<Payload>.Render(IBsonSerializer<Payload>, IBsonSerializerRegistry)' is obsolete: 'Use Render(RenderArgs<TDocument> args) overload instead.'
|
|
workflow-executor-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Controllers/WorkflowsControllerTests.cs#L80
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
|
workflow-executor-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Controllers/WorkflowsControllerTests.cs#L134
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
|
workflow-executor-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1413
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
workflow-executor-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1470
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
workflow-executor-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1514
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
workflow-executor-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1537
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
workflow-executor-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1581
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
|
workflow-executor-integration-tests:
tests/UnitTests/WorkflowManager.Tests/Validators/WorkflowValidatorTests.cs#L1582
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
TaskManagerIntegrationTestReport
Expired
|
495 KB |
sha256:1396ef73ae832b441c9ad31eff6f4fdc117644d5d429c767554d280bd81a2916
|
|
|
WorkflowExecutorIntegrationTestReport
Expired
|
538 KB |
sha256:b18176e20fe50bcb1806dc308f80931dc534ec0f852549a79b61472138db2077
|
|