Skip to content

Added github action to deploy function app #1

Added github action to deploy function app

Added github action to deploy function app #1

Triggered via push September 4, 2023 09:51
Status Success
Total duration 4m 49s
Artifacts
build-and-deploy
4m 35s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-deploy: src/Functions/Altinn.Auth.AuditLog.Functions/Configuration/PlatformSettings.cs#L11
Non-nullable property 'AuditLogApiEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Functions/Altinn.Auth.AuditLog.Functions/Models/AuthenticationEvent.cs#L18
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Functions/Altinn.Auth.AuditLog.Functions/Models/AuthenticationEvent.cs#L28
Non-nullable property 'EventType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Functions/Altinn.Auth.AuditLog.Functions/Models/AuthenticationEvent.cs#L38
Non-nullable property 'AuthenticationMethod' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Functions/Altinn.Auth.AuditLog.Functions/Models/AuthenticationEvent.cs#L43
Non-nullable property 'AuthenticationLevel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Functions/Altinn.Auth.AuditLog.Functions/Models/AuthenticationEvent.cs#L48
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Functions/Altinn.Auth.AuditLog.Functions/EventsProcessor.cs#L29
Converting null literal or possible null value to non-nullable type.
build-and-deploy: src/Functions/Altinn.Auth.AuditLog.Functions/EventsProcessor.cs#L30
Possible null reference argument for parameter 'authEvent' in 'Task IAuditLogClient.SaveAuthenticationEvent(AuthenticationEvent authEvent)'.
build-and-deploy: src/Functions/Altinn.Auth.AuditLog.Functions/Configuration/PlatformSettings.cs#L11
Non-nullable property 'AuditLogApiEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Functions/Altinn.Auth.AuditLog.Functions/Models/AuthenticationEvent.cs#L18
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.