Skip to content

Commit cd8dd7e

Browse files
Merge pull request #868 from coinbase/v_3_2_6
Version bump to 3.2.6
2 parents d17fb75 + 950e180 commit cd8dd7e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

lib/salus.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
require 'salus/scanner_types'
1818

1919
module Salus
20-
VERSION = '3.2.5'.freeze
20+
VERSION = '3.2.6'.freeze
2121
DEFAULT_REPO_PATH = './repo'.freeze # This is inside the docker container at /home/repo.
2222
DEFAULT_REPORT_FILTER = 'all'.freeze
2323
NONE_REPORT_FILTER = 'none'.freeze

spec/fixtures/integration/expected_report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.2.5",
2+
"version": "3.2.6",
33
"passed": true,
44
"running_time": 0.0,
55
"scans": {

spec/fixtures/processor/local_uri/expected_report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,5 @@
254254
}
255255
}
256256
},
257-
"version": "3.2.5"
257+
"version": "3.2.6"
258258
}

spec/fixtures/processor/multiple_endpoints/expected_report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.2.5",
2+
"version": "3.2.6",
33
"passed": true,
44
"running_time": 0.0,
55
"scans": {

spec/fixtures/processor/remote_uri/expected_report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,5 @@
254254
}
255255
}
256256
},
257-
"version": "3.2.5"
257+
"version": "3.2.6"
258258
}

spec/fixtures/sorted_results/sorted_json.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@
8181
}
8282
}
8383
},
84-
"version": "3.2.5"
84+
"version": "3.2.6"
8585
}

spec/fixtures/sorted_results/sorted_yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949
col: 1
5050
line: 3
5151
:type: Syntax error
52-
:version: 3.2.5
52+
:version: 3.2.6

0 commit comments

Comments
 (0)