Skip to content

Commit a28fc0b

Browse files
Merge pull request #822 from coinbase/salus-3.2.2
Salus 3.2.2
2 parents 0c48ada + 8ae6b01 commit a28fc0b

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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.1'.freeze
20+
VERSION = '3.2.2'.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.1",
2+
"version": "3.2.2",
33
"passed": true,
44
"running_time": 0.0,
55
"scans": {

spec/fixtures/processor/local_uri/expected_report.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,5 @@
254254
}
255255
}
256256
},
257-
"version": "3.2.1"
258-
}
257+
"version": "3.2.2"
258+
}

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.1",
2+
"version": "3.2.2",
33
"passed": true,
44
"running_time": 0.0,
55
"scans": {

spec/fixtures/processor/remote_uri/expected_report.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,5 @@
254254
}
255255
}
256256
},
257-
"version": "3.2.1"
258-
}
257+
"version": "3.2.2"
258+
}

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.1"
84+
"version": "3.2.2"
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.1
52+
:version: 3.2.2

0 commit comments

Comments
 (0)