Skip to content

Commit

Permalink
Enable Brakeman
Browse files Browse the repository at this point in the history
This allows us to find security vulnerabilities.
  • Loading branch information
thomasleese committed Aug 2, 2018
1 parent b320ccc commit 06bc150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -3,5 +3,5 @@
library("govuk")

node {
govuk.buildProject(sassLint: false)
govuk.buildProject(sassLint: false, brakeman: true)
}

0 comments on commit 06bc150

Please sign in to comment.