From 06bc1509d744de65b9babe98cface7a9de92e0b6 Mon Sep 17 00:00:00 2001 From: Thomas Leese Date: Thu, 2 Aug 2018 08:41:09 +0100 Subject: [PATCH] Enable Brakeman This allows us to find security vulnerabilities. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ced7483d..7c860166 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,5 +3,5 @@ library("govuk") node { - govuk.buildProject(sassLint: false) + govuk.buildProject(sassLint: false, brakeman: true) }