Skip to content

Commit

Permalink
Merge pull request #173 from coinbase/bump_to_2.10.7
Browse files Browse the repository at this point in the history
version bump to 2.10.7
  • Loading branch information
ghbren authored Aug 11, 2020
2 parents 59e1735 + 5a7f71e commit f337a36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/salus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
require 'salus/processor'

module Salus
VERSION = '2.10.6'.freeze
VERSION = '2.10.7'.freeze
DEFAULT_REPO_PATH = './repo'.freeze # This is inside the docker container at /home/repo.

SafeYAML::OPTIONS[:default_mode] = :safe
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": "2.10.6",
"version": "2.10.7",
"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
@@ -1,5 +1,5 @@
{
"version": "2.10.6",
"version": "2.10.7",
"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
@@ -1,5 +1,5 @@
{
"version": "2.10.6",
"version": "2.10.7",
"passed": true,
"running_time": 0.0,
"scans": {
Expand Down

0 comments on commit f337a36

Please sign in to comment.