Merged
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
This PR adds the --locked-mode flag to dotnet restore commands in Dockerfiles to pin NuGet package versions during the restore process.
Changes:
- Added
--locked-modeflag todotnet restorecommands in two Dockerfile build stages - Ensures deterministic package restoration by requiring packages to match versions specified in the lock file
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| source/AAS.TwinEngine.Plugin.TestPlugin/Dockerfile | Added --locked-mode flag to dotnet restore command |
| source/AAS.TwinEngine.DataEngine/Dockerfile | Added --locked-mode flag to dotnet restore command |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mm-kgi
approved these changes
Feb 6, 2026
Test & Coverage ReportTest Results Summary
Code CoverageUnit Tests Coverage
Minimum allowed line rate is Module Tests Coverage
|
mm-psy
referenced
this pull request
in mm-psy/AAS.TwinEngine.DataEngine
Feb 10, 2026
* Resolved container app errors related to AAS registry endpoint (#33) * Fix : TestPlugin : 404 - file entries (#34) * feat: Update Docker publish workflow for tag handling (#32) * Update Docker publish workflow for tag handling * Update .github/workflows/docker-publish.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Clean up docker-publish.yml by removing empty line Removed an empty line before the Export Application SBOM step. * Add comment for priority setting * Add clarifying comment to Docker tag rule for non-develop, non-release branches (exclude tags and PRs) * Update tag extraction for Trivy scanning to prioritize highest tag --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Revert "feat: Update Docker publish workflow for tag handling (#32)" (#38) This reverts commit a36238e. * feat: Pin nugetcommand (#36) * feat: Update Docker publish workflow for tag handling (#39) * Update Docker publish workflow for tag handling * Update .github/workflows/docker-publish.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Clean up docker-publish.yml by removing empty line Removed an empty line before the Export Application SBOM step. * Add comment for priority setting * Add clarifying comment to Docker tag rule for non-develop, non-release branches (exclude tags and PRs) * Update tag extraction for Trivy scanning to prioritize highest tag --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * #129: Created initial structure of C# Playwright API tests for TestPlugin * #129: Added Environment.GetEnvironmentVariable("BASE_URL") to ApiTestBase * #129: FluentAssertions removed and replaced usage by xunit Assert * #129: Health test added * #129: Unneeded configuration removed * #129: Refinment of tests * #129: Refinement of rest api test * #129: String comparison refined * #129: Throws argument null excepion of response is null * #129: Set copy always for GetSubmodelDescriptorById_Reliability_Expected.json * workflow_dispatch added to dependency-review (#41) * #185: Workflow for plaaywright tests added * Revert "workflow_dispatch added to dependency-review (#41)" (#43) This reverts commit 4e5d5fc. * fix: Update condition for publishing Playwright test results --------- Co-authored-by: Kevalkumar Ghelani <kgi@mm-software.com> Co-authored-by: Hardi Shah <hsh@mm-software.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: mm-hsn <hsn@mm-software.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.