changed build process and include dotnet restore before trivy scan

This commit is contained in:
2026-05-11 21:07:18 +02:00
parent 47ea86224a
commit 89410a8b07
30 changed files with 28 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("SecDevOpsLab")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+848e51c5555bb6073abd5ea3c0d9542490da8a0b")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+47ea86224afdcca89c69895ee50e86576822c790")]
[assembly: System.Reflection.AssemblyProductAttribute("SecDevOpsLab")]
[assembly: System.Reflection.AssemblyTitleAttribute("SecDevOpsLab")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]