Skip to content

Update kitchen service images #127

Update kitchen service images

Update kitchen service images #127

Triggered via push February 28, 2025 10:38
Status Success
Total duration 3m 59s
Artifacts
static-analysis  /  Datadog Static Analyzer
26s
static-analysis / Datadog Static Analyzer
build-and-push  /  test-and-build
2m 10s
build-and-push / test-and-build
deploy-dev  /  tf-deploy
55s
deploy-dev / tf-deploy
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
static-analysis / Datadog Static Analyzer
Unexpected input(s) 'dd_service', 'dd_env', valid inputs are ['entryPoint', 'args', 'dd_api_key', 'dd_app_key', 'dd_site', 'cpu_count', 'enable_performance_statistics', 'debug', 'secrets_enabled', 'static_analysis_enabled', 'subdirectory', 'architecture', 'diff_aware']
build-and-push / test-and-build: src/shared/PlantBasedPizza.Shared/Authentication/AuthenticationConfig.cs#L25
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build-and-push / test-and-build: src/shared/PlantBasedPizza.Shared/Setup.cs#L42
Dereference of a possibly null reference.
build-and-push / test-and-build: src/shared/PlantBasedPizza.Events/CloudEventExtensions.cs#L145
Cannot convert null literal to non-nullable reference type.
build-and-push / test-and-build: src/shared/PlantBasedPizza.Events/CloudEventExtensions.cs#L24
Cannot convert null literal to non-nullable reference type.
build-and-push / test-and-build: src/PlantBasedPizza.Kitchen/application/PlantBasedPizza.Kitchen.Core/Adapters/RecipeAdapter.cs#L27
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-push / test-and-build: src/PlantBasedPizza.Kitchen/application/PlantBasedPizza.Kitchen.Core/Adapters/RecipeAdapter.cs#L8
Non-nullable property 'Ingredients' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-push / test-and-build: src/PlantBasedPizza.Kitchen/application/PlantBasedPizza.Kitchen.Core/Adapters/RecipeAdapter.cs#L12
Non-nullable property 'Ingredients' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-push / test-and-build: src/PlantBasedPizza.Kitchen/application/PlantBasedPizza.Kitchen.Core/Entities/KitchenRequest.cs#L69
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build-and-push / test-and-build
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build-and-push / test-and-build
Dereference of a possibly null reference.
build-and-push / test-and-build
Cannot convert null literal to non-nullable reference type.
build-and-push / test-and-build
Cannot convert null literal to non-nullable reference type.
build-and-push / test-and-build
Cannot convert null literal to non-nullable reference type.
build-and-push / test-and-build
Cannot convert null literal to non-nullable reference type.
build-and-push / test-and-build
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-push / test-and-build
Non-nullable property 'Ingredients' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-push / test-and-build
Non-nullable property 'Ingredients' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-push / test-and-build
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.