From 6e54f1b8d4f0fc7c645a5bfcc717c3d17795946a Mon Sep 17 00:00:00 2001 From: David Moles Date: Mon, 14 Oct 2019 10:36:52 -0700 Subject: [PATCH] Fix brakeman report path --- config/brakeman.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/brakeman.yml b/config/brakeman.yml index 55e929f..fdd5cef 100644 --- a/config/brakeman.yml +++ b/config/brakeman.yml @@ -11,7 +11,7 @@ :min_confidence: 2 :output_files: - /dev/stdout - - tmp/reports/brakeman.json + - tmp/reports/brakeman/brakeman.json :print_report: true :report_progress: false :report_routes: true