Skip to content

Commit 341e006

Browse files
committed
Turn on Brakeman
This allows us to find security vulnerabilities.
1 parent 2056d39 commit 341e006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ REPOSITORY = 'government-frontend'
66

77
node {
88
govuk.setEnvar("PUBLISHING_E2E_TESTS_COMMAND", "test-government-frontend")
9-
govuk.buildProject(publishingE2ETests: true)
9+
govuk.buildProject(publishingE2ETests: true, brakeman: true)
1010
}

0 commit comments

Comments
 (0)