Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

feat: dtoss 9326 trigger cd pipeline with commit #476

feat: dtoss 9326 trigger cd pipeline with commit

feat: dtoss 9326 trigger cd pipeline with commit #476

Triggered via pull request June 9, 2025 11:33
Status Success
Total duration 8m 35s
Artifacts 4

cicd-1-pull-request.yaml

on: pull_request
Set CI/CD metadata
10s
Set CI/CD metadata
Validate PR title
3s
Validate PR title
Commit stage  /  Scan secrets
4s
Commit stage / Scan secrets
Commit stage  /  Check file format
4s
Commit stage / Check file format
Commit stage  /  Check Markdown format
2s
Commit stage / Check Markdown format
Commit stage  /  Check English usage
6s
Commit stage / Check English usage
Commit stage  /  Lint Terraform
4s
Commit stage / Lint Terraform
Commit stage  /  Count lines of code
7s
Commit stage / Count lines of code
Test stage  /  Linting
3s
Test stage / Linting
Test stage  /  Unit tests
59s
Test stage / Unit tests
Test stage  /  Perform static analysis
2m 16s
Test stage / Perform static analysis
Image build stage  /  Containers to build
5s
Image build stage / Containers to build
Matrix: Image build stage / Docker build and push
Image build stage  /  Merge commit tag all images
45s
Image build stage / Merge commit tag all images
Image build stage  /  Aggregate reports
6s
Image build stage / Aggregate reports
Acceptance stage  /  Environment set up
3s
Acceptance stage / Environment set up
Acceptance stage  /  Contract test
5s
Acceptance stage / Contract test
Acceptance stage  /  Security test
6s
Acceptance stage / Security test
Acceptance stage  /  UI test
5s
Acceptance stage / UI test
Acceptance stage  /  UI performance test
2s
Acceptance stage / UI performance test
Acceptance stage  /  Integration test
5s
Acceptance stage / Integration test
Acceptance stage  /  Accessibility test
2s
Acceptance stage / Accessibility test
Acceptance stage  /  Load test
5s
Acceptance stage / Load test
Acceptance stage  /  Environment tear down
3s
Acceptance stage / Environment tear down
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/FileAttachment.cs#L5
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/FileAttachment.cs#L6
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/FileAttachment.cs#L7
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Configuration/MeshConnectConfiguration.cs#L51
Non-nullable property 'ProxyAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L7
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L13
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L15
Non-nullable property 'ExpiryTime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L17
Non-nullable property 'UploadTimestamp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L19
Non-nullable property 'Recipient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L21
Non-nullable property 'RecipientName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Perform static analysis: src/ServiceLayer.Shared/Data/Migrations/20250521094738_AddNbssAppointmentEventTable.cs#L23
Define a constant instead of using this literal 'char(1)' 8 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Test stage / Perform static analysis: src/ServiceLayer.Shared/Data/Migrations/20250521094738_AddNbssAppointmentEventTable.cs#L41
Define a constant instead of using this literal 'varchar(30)' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Test stage / Perform static analysis: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Configuration/MeshConnectConfiguration.cs#L51
Non-nullable property 'ProxyAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Perform static analysis: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L7
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Perform static analysis: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L13
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Perform static analysis: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L15
Non-nullable property 'ExpiryTime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Perform static analysis: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L17
Non-nullable property 'UploadTimestamp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Perform static analysis: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L19
Non-nullable property 'Recipient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Perform static analysis: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L21
Non-nullable property 'RecipientName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.

Artifacts

Produced during runtime
Name Size Digest
aggregated-reports-pr46 Expired
680 KB
sha256:390ae1f8f0d1e34874a9ed8d1eb5c15b4427b16b5d0626ccf823e98d7ac53cc3
dtos-service-layer-svclyr-api-sbom Expired
676 KB
sha256:99e9b4bb18640bf18e29e21c08cc6d202331670dd4fe82bcdae2b84ab53d180a
dtos-service-layer-svclyr-api-vulnerabilities Expired
2.93 KB
sha256:f745602ffb0f75f732b35954bf11b1f13ce2632b5372bde27d2262fc842d21ed
lines-of-code-report.json.zip Expired
862 Bytes
sha256:d7f6f85af2eeb0d3068ab003506cd289ca61f6bc16a81e46dd80c45ef247329f