We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2056d39 commit 341e006Copy full SHA for 341e006
Jenkinsfile
@@ -6,5 +6,5 @@ REPOSITORY = 'government-frontend'
6
7
node {
8
govuk.setEnvar("PUBLISHING_E2E_TESTS_COMMAND", "test-government-frontend")
9
- govuk.buildProject(publishingE2ETests: true)
+ govuk.buildProject(publishingE2ETests: true, brakeman: true)
10
}
0 commit comments