Skip to content

Commit

Permalink
Released 1.4.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Feb 12, 2020
1 parent efde162 commit 27c826b
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 37 deletions.
72 changes: 37 additions & 35 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file renamed XSpear-1.3.3.gem → XSpear-1.4.0.gem
Binary file not shown.
1 change: 1 addition & 0 deletions lib/XSpear.rb
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ def run
elsif @output == 'html'
f = File.open 'report.html', 'w+'
f.write @report.to_html
log('s', "generate html report file. please open ./report.html file")
else
@report.to_cli
end
Expand Down
2 changes: 1 addition & 1 deletion lib/XSpear/XSpearRepoter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def to_html
background-color: sienna;
}
.HIGH {
background-color: darkred;
background-color: firebrick;
}
.VULN {
background-color: maroon;
Expand Down
2 changes: 1 addition & 1 deletion lib/XSpear/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module XSpear
VERSION = "1.3.3"
VERSION = "1.4.0"
end

0 comments on commit 27c826b

Please sign in to comment.