diff --git a/lib/salus.rb b/lib/salus.rb index c3768612..c9763aad 100644 --- a/lib/salus.rb +++ b/lib/salus.rb @@ -17,7 +17,7 @@ require 'salus/scanner_types' module Salus - VERSION = '2.26.0'.freeze + VERSION = '2.26.1'.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 2ebd3cae..9b08adfe 100644 --- a/spec/fixtures/integration/expected_report.json +++ b/spec/fixtures/integration/expected_report.json @@ -1,5 +1,5 @@ { - "version": "2.26.0", + "version": "2.26.1", "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 be2f7ad3..c7e68212 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.0" + "version": "2.26.1" } \ 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 1ca8c1f5..bd144e56 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.0", + "version": "2.26.1", "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 c8591a8e..d93a374c 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.0" + "version": "2.26.1" } \ 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 2cef1f61..254640a9 100644 --- a/spec/fixtures/sorted_results/sorted_json.json +++ b/spec/fixtures/sorted_results/sorted_json.json @@ -81,5 +81,5 @@ } } }, - "version": "2.26.0" + "version": "2.26.1" } \ 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 e5425bef..74ceed81 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.0 \ No newline at end of file +:version: 2.26.1 \ No newline at end of file