ci: install latest trivy and verify scan inputs
PR Checks / test-and-build (pull_request) Failing after 6m30s

Enable NuGet lock files so Trivy has dependency targets, fail PR checks when no lock files or language-specific files are detected, and let the installer fetch the latest Trivy release.
This commit is contained in:
2026-05-12 12:20:42 +03:00
parent de9f56c97d
commit 105a051c2f
8 changed files with 2576 additions and 3 deletions
+1
View File
@@ -6,5 +6,6 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
</Project>