diff --git a/lib/salus.rb b/lib/salus.rb index a7d12ff3..f990f201 100644 --- a/lib/salus.rb +++ b/lib/salus.rb @@ -8,7 +8,7 @@ require 'salus/processor' module Salus - VERSION = '2.10.6'.freeze + VERSION = '2.10.7'.freeze DEFAULT_REPO_PATH = './repo'.freeze # This is inside the docker container at /home/repo. SafeYAML::OPTIONS[:default_mode] = :safe diff --git a/spec/fixtures/integration/expected_report.json b/spec/fixtures/integration/expected_report.json index d38237da..1455e3d3 100644 --- a/spec/fixtures/integration/expected_report.json +++ b/spec/fixtures/integration/expected_report.json @@ -1,5 +1,5 @@ { - "version": "2.10.6", + "version": "2.10.7", "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 a8b5000f..6cdc25f9 100644 --- a/spec/fixtures/processor/local_uri/expected_report.json +++ b/spec/fixtures/processor/local_uri/expected_report.json @@ -1,5 +1,5 @@ { - "version": "2.10.6", + "version": "2.10.7", "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 510d864f..48f7fb91 100644 --- a/spec/fixtures/processor/remote_uri/expected_report.json +++ b/spec/fixtures/processor/remote_uri/expected_report.json @@ -1,5 +1,5 @@ { - "version": "2.10.6", + "version": "2.10.7", "passed": true, "running_time": 0.0, "scans": {