added vulnerable (outdated) package to test Trivy
Some checks failed
Tests / Declarative: Post Actions No test results found
csharp-secdevops-pipeline-pod/pipeline/head There was a failure building this commit

This commit is contained in:
2026-05-05 15:39:28 +02:00
parent 5454f03ddb
commit 0122db15f2
8 changed files with 37 additions and 13 deletions

View File

@@ -33,8 +33,12 @@
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
"noWarn": [
"NU1605",
"NU1901",
"NU1902",
"NU1903",
"NU1904"
]
},
"restoreAuditProperties": {
@@ -55,6 +59,10 @@
"target": "Package",
"version": "[17.8.0, )"
},
"Newtonsoft.Json": {
"target": "Package",
"version": "[12.0.3, )"
},
"coverlet.collector": {
"target": "Package",
"version": "[6.0.0, )"