diff --git a/lib/salus.rb b/lib/salus.rb index cbea6512..422c1bae 100644 --- a/lib/salus.rb +++ b/lib/salus.rb @@ -17,7 +17,7 @@ require 'salus/scanner_types' module Salus - VERSION = '3.2.2'.freeze + VERSION = '3.2.3'.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 ca2a8468..4f2b269b 100644 --- a/spec/fixtures/integration/expected_report.json +++ b/spec/fixtures/integration/expected_report.json @@ -1,5 +1,5 @@ { - "version": "3.2.2", + "version": "3.2.3", "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 7f20f474..7b8083fc 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.2" + "version": "3.2.3" } diff --git a/spec/fixtures/processor/multiple_endpoints/expected_report.json b/spec/fixtures/processor/multiple_endpoints/expected_report.json index 84d50bfc..7f616430 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.2", + "version": "3.2.3", "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 74debec6..e27e93ce 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.2" + "version": "3.2.3" } diff --git a/spec/fixtures/sorted_results/sorted_yaml.yml b/spec/fixtures/sorted_results/sorted_yaml.yml index f30c4060..d44fbcce 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.2 +:version: 3.2.3