diff --git a/lib/salus.rb b/lib/salus.rb index 707c2cfd..7e16ef5d 100644 --- a/lib/salus.rb +++ b/lib/salus.rb @@ -17,7 +17,7 @@ require 'salus/scanner_types' module Salus - VERSION = '2.26.2'.freeze + VERSION = '2.26.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 8072ff00..498638c9 100644 --- a/spec/fixtures/integration/expected_report.json +++ b/spec/fixtures/integration/expected_report.json @@ -1,5 +1,5 @@ { - "version": "2.26.2", + "version": "2.26.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 9d12f994..daccd215 100644 --- a/spec/fixtures/processor/local_uri/expected_report.json +++ b/spec/fixtures/processor/local_uri/expected_report.json @@ -254,5 +254,5 @@ } } }, - "version": "2.26.2" + "version": "2.26.3" } \ No newline at end of file diff --git a/spec/fixtures/processor/multiple_endpoints/expected_report.json b/spec/fixtures/processor/multiple_endpoints/expected_report.json index 4f7692b9..fc36ff30 100644 --- a/spec/fixtures/processor/multiple_endpoints/expected_report.json +++ b/spec/fixtures/processor/multiple_endpoints/expected_report.json @@ -1,5 +1,5 @@ { - "version": "2.26.2", + "version": "2.26.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 bc8cc3ff..967139f0 100644 --- a/spec/fixtures/processor/remote_uri/expected_report.json +++ b/spec/fixtures/processor/remote_uri/expected_report.json @@ -254,5 +254,5 @@ } } }, - "version": "2.26.2" + "version": "2.26.3" } \ No newline at end of file diff --git a/spec/fixtures/sorted_results/sorted_json.json b/spec/fixtures/sorted_results/sorted_json.json index a53dde23..3212b38f 100644 --- a/spec/fixtures/sorted_results/sorted_json.json +++ b/spec/fixtures/sorted_results/sorted_json.json @@ -81,5 +81,5 @@ } } }, - "version": "2.26.2" + "version": "2.26.3" } \ 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 7486ef6c..b9783d85 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: 2.26.2 \ No newline at end of file +:version: 2.26.3 \ No newline at end of file