Skip to content

Commit

Permalink
Merge pull request #868 from coinbase/v_3_2_6
Browse files Browse the repository at this point in the history
Version bump to 3.2.6
  • Loading branch information
joshuaostrom-cb committed Sep 29, 2023
2 parents d17fb75 + 950e180 commit cd8dd7e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/salus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require 'salus/scanner_types'

module Salus
VERSION = '3.2.5'.freeze
VERSION = '3.2.6'.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
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/integration/expected_report.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.5",
"version": "3.2.6",
"passed": true,
"running_time": 0.0,
"scans": {
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/processor/local_uri/expected_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,5 @@
}
}
},
"version": "3.2.5"
"version": "3.2.6"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.5",
"version": "3.2.6",
"passed": true,
"running_time": 0.0,
"scans": {
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/processor/remote_uri/expected_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,5 @@
}
}
},
"version": "3.2.5"
"version": "3.2.6"
}
2 changes: 1 addition & 1 deletion spec/fixtures/sorted_results/sorted_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@
}
}
},
"version": "3.2.5"
"version": "3.2.6"
}
2 changes: 1 addition & 1 deletion spec/fixtures/sorted_results/sorted_yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
col: 1
line: 3
:type: Syntax error
:version: 3.2.5
:version: 3.2.6

0 comments on commit cd8dd7e

Please sign in to comment.