diff --git a/lib/salus.rb b/lib/salus.rb index 422c1bae..eb58361c 100644 --- a/lib/salus.rb +++ b/lib/salus.rb @@ -17,7 +17,7 @@ require 'salus/scanner_types' module Salus - VERSION = '3.2.3'.freeze + VERSION = '3.2.4'.freeze DEFAULT_REPO_PATH = './repo'.freeze # This is inside the docker container at /home/repo. DEFAULT_REPORT_FILTER = 'all'.freeze NONE_REPORT_FILTER = 'none'.freeze diff --git a/spec/fixtures/integration/expected_report.json b/spec/fixtures/integration/expected_report.json index 4f2b269b..a58f2de8 100644 --- a/spec/fixtures/integration/expected_report.json +++ b/spec/fixtures/integration/expected_report.json @@ -1,5 +1,5 @@ { - "version": "3.2.3", + "version": "3.2.4", "passed": true, "running_time": 0.0, "scans": { diff --git a/spec/fixtures/processor/local_uri/expected_report.json b/spec/fixtures/processor/local_uri/expected_report.json index 7b8083fc..ec2ca342 100644 --- a/spec/fixtures/processor/local_uri/expected_report.json +++ b/spec/fixtures/processor/local_uri/expected_report.json @@ -254,5 +254,5 @@ } } }, - "version": "3.2.3" + "version": "3.2.4" } diff --git a/spec/fixtures/processor/multiple_endpoints/expected_report.json b/spec/fixtures/processor/multiple_endpoints/expected_report.json index 7f616430..503abd1d 100644 --- a/spec/fixtures/processor/multiple_endpoints/expected_report.json +++ b/spec/fixtures/processor/multiple_endpoints/expected_report.json @@ -1,5 +1,5 @@ { - "version": "3.2.3", + "version": "3.2.4", "passed": true, "running_time": 0.0, "scans": { diff --git a/spec/fixtures/processor/remote_uri/expected_report.json b/spec/fixtures/processor/remote_uri/expected_report.json index e27e93ce..d4624b6c 100644 --- a/spec/fixtures/processor/remote_uri/expected_report.json +++ b/spec/fixtures/processor/remote_uri/expected_report.json @@ -254,5 +254,5 @@ } } }, - "version": "3.2.3" + "version": "3.2.4" } diff --git a/spec/fixtures/sorted_results/sorted_json.json b/spec/fixtures/sorted_results/sorted_json.json index 838e9b61..88451e4e 100644 --- a/spec/fixtures/sorted_results/sorted_json.json +++ b/spec/fixtures/sorted_results/sorted_json.json @@ -81,5 +81,5 @@ } } }, - "version": "3.2.3" + "version": "3.2.4" } \ No newline at end of file diff --git a/spec/fixtures/sorted_results/sorted_yaml.yml b/spec/fixtures/sorted_results/sorted_yaml.yml index d44fbcce..be50fd7e 100644 --- a/spec/fixtures/sorted_results/sorted_yaml.yml +++ b/spec/fixtures/sorted_results/sorted_yaml.yml @@ -49,4 +49,4 @@ col: 1 line: 3 :type: Syntax error -:version: 3.2.3 +:version: 3.2.4