Skip to content

Commit 3744883

Browse files
Merge pull request #802 from coinbase/salus-3.2.0
Salus 3.2.0
2 parents 07d147e + 0d84459 commit 3744883

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.1.0'.freeze
20+
VERSION = '3.2.0'.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.1.0",
2+
"version": "3.2.0",
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.1.0"
257+
"version": "3.2.0"
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.1.0",
2+
"version": "3.2.0",
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.1.0"
257+
"version": "3.2.0"
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.1.0"
84+
"version": "3.2.0"
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.1.0
52+
:version: 3.2.0

0 commit comments

Comments
 (0)