Skip to content

Giving the job container from the jobs manager #191

Giving the job container from the jobs manager

Giving the job container from the jobs manager #191

Triggered via pull request November 18, 2024 22:43
Status Success
Total duration 37s
Artifacts

orchestrator-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
Tests
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Tests: packages/backend/orchestrator/service/Orchestrator/Controllers/dto/JobsControllerDto.cs#L10
Non-nullable property 'Finding' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/Controllers/dto/JobsControllerDto.cs#L5
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L79
Dereference of a possibly null reference.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L41
Dereference of a possibly null reference.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L65
Dereference of a possibly null reference.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L73
Dereference of a possibly null reference.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L11
Non-nullable property 'Consumer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/K8s/KubernetesJobTemplate.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/K8s/KubernetesJobTemplate.cs#L15
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/K8s/KubernetesJobTemplate.cs#L20
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/Controllers/dto/JobsControllerDto.cs#L10
Non-nullable property 'Finding' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/Controllers/dto/JobsControllerDto.cs#L5
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L79
Dereference of a possibly null reference.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L41
Dereference of a possibly null reference.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L65
Dereference of a possibly null reference.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L73
Dereference of a possibly null reference.
Tests: packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L11
Non-nullable property 'Consumer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: packages/backend/orchestrator/service/Orchestrator/Jobs/Commands/PythonCustomJobCommand.cs#L17
Possible null reference argument for parameter 'containerImage' in 'PythonCustomJobTemplate.PythonCustomJobTemplate(string? id, IConfiguration config, JobParameter[]? jobParameters, string? code, int? jobPodMilliCpuLimit, ulong? jobPodMemoryKbLimit, string containerImage)'.
Tests: packages/backend/orchestrator/service/Orchestrator/Jobs/Commands/NucleiCustomJobCommand.cs#L17
Possible null reference argument for parameter 'containerImage' in 'NucleiCustomJobTemplate.NucleiCustomJobTemplate(string? id, IConfiguration config, JobParameter[]? jobParameters, string? code, int? jobPodMilliCpuLimit, ulong? jobPodMemoryKbLimit, string? findingHandler, string containerImage)'.