Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding UI for nu get package scanning #652

Merged
merged 3 commits into from
Nov 13, 2023

Conversation

samsmithnz
Copy link
Owner

@samsmithnz samsmithnz commented Nov 13, 2023

This pull request to the RepoGovernance project adds a new section to display the count of deprecated, outdated, and vulnerable NuGet packages in the project, and removes a bullet point before the Azure status text in the Index.cshtml view. It also adds assertions to test the count of these packages in the GetSummaryItemsTest() method in SummaryItemsControllerTests.cs.

  • src/RepoGovernance.Web/Views/Home/Index.cshtml: Added a new section to display count of deprecated, outdated, and vulnerable NuGet packages in the project, and removed bullet point before Azure status text. [1] [2]
  • src/RepoGovernance.Tests/SummaryItemsControllerTests.cs: Added assertions to test the count of deprecated, outdated, and vulnerable NuGet packages in GetSummaryItemsTest() method.

@samsmithnz samsmithnz enabled auto-merge (squash) November 13, 2023 00:17
@samsmithnz samsmithnz merged commit b1b1ec6 into main Nov 13, 2023
5 checks passed
@samsmithnz samsmithnz deleted the AddingUIForNuGetPackageScanning branch November 13, 2023 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant