Skip to content

Commit

Permalink
Merge pull request #1016 from alphagov/brakeman
Browse files Browse the repository at this point in the history
Turn on Brakeman
  • Loading branch information
thomasleese authored Aug 2, 2018
2 parents 2056d39 + 341e006 commit d6a1617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ REPOSITORY = 'government-frontend'

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

0 comments on commit d6a1617

Please sign in to comment.