Skip to content

Commit

Permalink
Merge pull request #792 from coinbase/salus-2.26.3
Browse files Browse the repository at this point in the history
Salus 2.26.3
  • Loading branch information
maitrayshah-cb authored Jan 14, 2023
2 parents c6a8ed1 + d1ad76c commit dbd96fd
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 = '2.26.2'.freeze
VERSION = '2.26.3'.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": "2.26.2",
"version": "2.26.3",
"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": "2.26.2"
"version": "2.26.3"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.26.2",
"version": "2.26.3",
"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": "2.26.2"
"version": "2.26.3"
}
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": "2.26.2"
"version": "2.26.3"
}
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: 2.26.2
:version: 2.26.3

0 comments on commit dbd96fd

Please sign in to comment.