From 45eb2b707bdd051b17a6ffe20ed8b37df4e41810 Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Tue, 17 Sep 2019 16:55:54 +0200 Subject: [PATCH 1/2] Re-enable arachni integration test --- test/arachni.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/arachni.test.js b/test/arachni.test.js index 0774c762fa..ee65b9cbb3 100644 --- a/test/arachni.test.js +++ b/test/arachni.test.js @@ -1,6 +1,6 @@ const { startSecurityTest, Time } = require('./sdk'); -test.skip( +test( 'finds a few findings for a bare nginx container', async () => { const securityTest = await startSecurityTest({ From 5b1c37962a607fee32e6b4a471c6ed64cffc12a1 Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Wed, 18 Sep 2019 10:55:57 +0200 Subject: [PATCH 2/2] Retrigger build for amass fix