Skip to content

Commit

Permalink
Merge pull request #822 from coinbase/salus-3.2.2
Browse files Browse the repository at this point in the history
Salus 3.2.2
  • Loading branch information
maitrayshah-cb authored Mar 22, 2023
2 parents 0c48ada + 8ae6b01 commit a28fc0b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.1'.freeze
VERSION = '3.2.2'.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.1",
"version": "3.2.2",
"passed": true,
"running_time": 0.0,
"scans": {
Expand Down
4 changes: 2 additions & 2 deletions 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.1"
}
"version": "3.2.2"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.1",
"version": "3.2.2",
"passed": true,
"running_time": 0.0,
"scans": {
Expand Down
4 changes: 2 additions & 2 deletions 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.1"
}
"version": "3.2.2"
}
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.1"
"version": "3.2.2"
}
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.1
:version: 3.2.2

0 comments on commit a28fc0b

Please sign in to comment.