Skip to content

Feature/508 notification with resource #1205

Feature/508 notification with resource

Feature/508 notification with resource #1205

Triggered via pull request May 24, 2024 06:25
Status Success
Total duration 6m 8s
Artifacts

build-and-analyze.yml

on: pull_request
Build, test & analyze
6m 0s
Build, test & analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build, test & analyze: src/Altinn.Notifications.Core/Models/Orders/NotificationOrderRequest.cs#L54
Constructor has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
Build, test & analyze: src/Altinn.Notifications.Core/Models/Orders/NotificationOrder.cs#L50
Constructor has 10 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
Build, test & analyze: src/Altinn.Notifications/appsettings.json#L11
"pwd" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
Build, test & analyze: src/Altinn.Notifications/appsettings.json#L12
"pwd" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
Build, test & analyze: src/Altinn.Notifications/Models/EmailNotificationOrderRequestExt.cs#L17
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
Build, test & analyze: src/Altinn.Notifications/Models/EmailNotificationOrderRequestExt.cs#L23
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
Build, test & analyze: src/Altinn.Notifications/Models/EmailNotificationOrderRequestExt.cs#L29
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
Build, test & analyze: src/Altinn.Notifications/Models/NotificationOrderRequestBaseExt.cs#L14
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
Build, test & analyze: src/Altinn.Notifications/Models/NotificationOrderRequestBaseExt.cs#L26
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
Build, test & analyze: src/Altinn.Notifications/Models/NotificationOrderRequestBaseExt.cs#L32
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)