From e561a3b13aa846f24239bd39dde89a0785867ff0 Mon Sep 17 00:00:00 2001 From: joshua-ostrom Date: Wed, 22 Mar 2023 16:08:12 -0400 Subject: [PATCH] Salus version bump 3.2.3 --- lib/salus.rb | 2 +- spec/fixtures/integration/expected_report.json | 2 +- spec/fixtures/processor/local_uri/expected_report.json | 2 +- spec/fixtures/processor/multiple_endpoints/expected_report.json | 2 +- spec/fixtures/processor/remote_uri/expected_report.json | 2 +- spec/fixtures/sorted_results/sorted_yaml.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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