Skip to content

Commit 16caf12

Browse files
fix: test
1 parent 4beca4c commit 16caf12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

policies/medium_vulnerabilities_count/medium_vulnerabilities_count_test.rego

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ test_too_many_medium_vulnerabilities_fail if {
2020
"state": "open",
2121
"security_vulnerability": {"severity": "medium"},
2222
},
23+
{
24+
"state": "open",
25+
"security_vulnerability": {"severity": "medium"},
26+
},
2327
]}
2428
}
2529

0 commit comments

Comments
 (0)