Skip to content

Commit b7a2214

Browse files
committed
#1982 re-enabled trivy k8s test to allow CI testing
Test ran correctly locally. The bug seems to be AFAIK only a CI issue Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent a2afe51 commit b7a2214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scanners/trivy/integration-tests/trivy.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ test(
9999
3 * 60 * 1000
100100
);
101101

102-
test.skip( // TODO: Remove skip if issue fixed
102+
test(
103103
"trivy k8s scan should not fail",
104104
async () => {
105105
const { categories, severities, count } = await scan(

0 commit comments

Comments
 (0)