diff --git a/lib/salus.rb b/lib/salus.rb index 50c62261..eb6a2835 100644 --- a/lib/salus.rb +++ b/lib/salus.rb @@ -19,7 +19,7 @@ require 'salus/processor' module Salus - VERSION = '2.4.0'.freeze + VERSION = '2.4.1'.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 69c5e743..88a7c77b 100644 --- a/spec/fixtures/integration/expected_report.json +++ b/spec/fixtures/integration/expected_report.json @@ -1,5 +1,5 @@ { - "version": "2.4.0", + "version": "2.4.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 bbeb8e23..2bb125bb 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.4.0", + "version": "2.4.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 6c61a8b6..8c732031 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.4.0", + "version": "2.4.1", "passed": true, "running_time": 0.0, "scans": {