SEC-07: SSO/OIDC integration with optional MFA policy #1633
ci-required.yml
on: pull_request
Matrix: API Integration / api-integration
Matrix: Backend Unit / backend-unit
Matrix: Frontend Unit / frontend-unit
Docs Governance
/
Docs Governance
12s
Backend Architecture
/
Backend Architecture
23s
Container Images
/
Container Images
1m 21s
E2E Smoke
/
E2E Smoke
3m 29s
Annotations
42 warnings
|
Backend Unit / Backend Unit (ubuntu-latest):
backend/tests/Taskdeck.Application.Tests/Services/CrossFormatImportIntegrityTests.cs#L130
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (ubuntu-latest):
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L387
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (ubuntu-latest):
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L309
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (ubuntu-latest):
backend/tests/Taskdeck.Application.Tests/Services/LlmProviderAbstractionEdgeCaseTests.cs#L301
Async-iterator 'LlmProviderAbstractionEdgeCaseTests.MinimalTestProvider.StreamAsync(ChatCompletionRequest, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
Frontend Unit / Frontend Unit (ubuntu-latest):
frontend/taskdeck-web/src/views/AgentsView.vue#L67
The element li has an implicit role of listitem. Defining this explicitly is redundant and should be avoided
|
|
Frontend Unit / Frontend Unit (ubuntu-latest):
frontend/taskdeck-web/src/views/AgentsView.vue#L66
The element ul has an implicit role of list. Defining this explicitly is redundant and should be avoided
|
|
Frontend Unit / Frontend Unit (ubuntu-latest):
frontend/taskdeck-web/src/views/AgentRunsView.vue#L122
The element li has an implicit role of listitem. Defining this explicitly is redundant and should be avoided
|
|
Frontend Unit / Frontend Unit (ubuntu-latest):
frontend/taskdeck-web/src/views/AgentRunsView.vue#L121
The element ul has an implicit role of list. Defining this explicitly is redundant and should be avoided
|
|
Frontend Unit / Frontend Unit (ubuntu-latest):
frontend/taskdeck-web/src/views/AgentRunDetailView.vue#L223
The element li has an implicit role of listitem. Defining this explicitly is redundant and should be avoided
|
|
Frontend Unit / Frontend Unit (ubuntu-latest):
frontend/taskdeck-web/src/views/AgentRunDetailView.vue#L222
The element ol has an implicit role of list. Defining this explicitly is redundant and should be avoided
|
|
Backend Unit / Backend Unit (windows-latest):
backend/tests/Taskdeck.Application.Tests/Services/CrossFormatImportIntegrityTests.cs#L130
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (windows-latest):
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L387
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (windows-latest):
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L309
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (windows-latest):
backend/tests/Taskdeck.Application.Tests/Services/LlmProviderAbstractionEdgeCaseTests.cs#L301
Async-iterator 'LlmProviderAbstractionEdgeCaseTests.MinimalTestProvider.StreamAsync(ChatCompletionRequest, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
Frontend Unit / Frontend Unit (windows-latest):
frontend/taskdeck-web/src/views/AgentsView.vue#L67
The element li has an implicit role of listitem. Defining this explicitly is redundant and should be avoided
|
|
Frontend Unit / Frontend Unit (windows-latest):
frontend/taskdeck-web/src/views/AgentsView.vue#L66
The element ul has an implicit role of list. Defining this explicitly is redundant and should be avoided
|
|
Frontend Unit / Frontend Unit (windows-latest):
frontend/taskdeck-web/src/views/AgentRunsView.vue#L122
The element li has an implicit role of listitem. Defining this explicitly is redundant and should be avoided
|
|
Frontend Unit / Frontend Unit (windows-latest):
frontend/taskdeck-web/src/views/AgentRunsView.vue#L121
The element ul has an implicit role of list. Defining this explicitly is redundant and should be avoided
|
|
Frontend Unit / Frontend Unit (windows-latest):
frontend/taskdeck-web/src/views/AgentRunDetailView.vue#L223
The element li has an implicit role of listitem. Defining this explicitly is redundant and should be avoided
|
|
Frontend Unit / Frontend Unit (windows-latest):
frontend/taskdeck-web/src/views/AgentRunDetailView.vue#L222
The element ol has an implicit role of list. Defining this explicitly is redundant and should be avoided
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L634
Possible null reference return.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L548
Possible null reference return.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L480
Possible null reference return.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/LiveBrowserRegressionApiTests.cs#L265
Possible null reference return.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L136
Possible null reference return.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/CaptureToBoardGoldenPathIntegrationTests.cs#L175
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<CardDto, string>(IEnumerable<CardDto> source, Func<CardDto, string> selector)'.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/ArchiveRestoreLifecycleTests.cs#L296
Possible null reference argument for parameter 'source' in 'ColumnDto? Enumerable.FirstOrDefault<ColumnDto>(IEnumerable<ColumnDto> source, Func<ColumnDto, bool> predicate)'.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/CaptureToBoardGoldenPathIntegrationTests.cs#L100
Dereference of a possibly null reference.
|
|
API Integration / API Integration (ubuntu-latest):
backend/src/Taskdeck.Api/FirstRun/FirstRunBootstrapper.cs#L32
Ambiguous reference in cref attribute: 'EnvironmentVariablesConfigurationSource'. Assuming 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource', but could have also matched other overloads including 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource'.
|
|
API Integration / API Integration (ubuntu-latest):
backend/src/Taskdeck.Api/Controllers/WorkspaceController.cs#L94
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'WorkspaceController.GetCalendar(DateTimeOffset?, DateTimeOffset?, CancellationToken)' (but other parameters do)
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L634
Possible null reference return.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/LiveBrowserRegressionApiTests.cs#L265
Possible null reference return.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L548
Possible null reference return.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L480
Possible null reference return.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L136
Possible null reference return.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/CaptureToBoardGoldenPathIntegrationTests.cs#L175
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<CardDto, string>(IEnumerable<CardDto> source, Func<CardDto, string> selector)'.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/CaptureToBoardGoldenPathIntegrationTests.cs#L100
Dereference of a possibly null reference.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/ArchiveRestoreLifecycleTests.cs#L296
Possible null reference argument for parameter 'source' in 'ColumnDto? Enumerable.FirstOrDefault<ColumnDto>(IEnumerable<ColumnDto> source, Func<ColumnDto, bool> predicate)'.
|
|
API Integration / API Integration (windows-latest):
backend/src/Taskdeck.Api/FirstRun/FirstRunBootstrapper.cs#L32
Ambiguous reference in cref attribute: 'EnvironmentVariablesConfigurationSource'. Assuming 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource', but could have also matched other overloads including 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource'.
|
|
API Integration / API Integration (windows-latest):
backend/src/Taskdeck.Api/Controllers/WorkspaceController.cs#L94
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'WorkspaceController.GetCalendar(DateTimeOffset?, DateTimeOffset?, CancellationToken)' (but other parameters do)
|
|
E2E Smoke / E2E Smoke
Ambiguous reference in cref attribute: 'EnvironmentVariablesConfigurationSource'. Assuming 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource', but could have also matched other overloads including 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource'.
|
|
E2E Smoke / E2E Smoke
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'WorkspaceController.GetCalendar(DateTimeOffset?, DateTimeOffset?, CancellationToken)' (but other parameters do)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
container-image-artifacts
|
132 MB |
sha256:b0d7dc1e541d32473642cd86c1e42cf183acf985f835784f24b5513b61d23041
|
|
|
frontend-unit-artifacts-ubuntu-latest
|
1.18 MB |
sha256:1f0adf87a400bb6e39f60fbb536557a32b5e710580fed5f661119203d8e0ae23
|
|
|
frontend-unit-artifacts-windows-latest
|
1.18 MB |
sha256:a14f6607b68b3596e29aaa2655773dc481a4bb86c7b2b244fdc809e9c6074e50
|
|