diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 7bd28f5..81e4de9 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,6 +4,8 @@
+
+
@@ -34,20 +36,20 @@
-
+
-
-
+
+
-
+
-
-
+
+
@@ -74,7 +76,7 @@
-
+
@@ -143,13 +145,13 @@
-
-
+
+
@@ -272,14 +274,7 @@
-
-
-
- 1563896026689
-
-
-
- 1563896026689
+
1563896886094
@@ -617,11 +612,18 @@
1581529060550
-
+
+ 1581530432559
+
+
+
+ 1581530432559
+
+
-
+
@@ -636,7 +638,7 @@
-
+
@@ -649,7 +651,7 @@
-
+
@@ -662,7 +664,6 @@
-
@@ -687,7 +688,8 @@
-
+
+
@@ -791,13 +793,6 @@
-
-
-
-
-
-
-
@@ -826,17 +821,24 @@
-
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
diff --git a/XSpear-1.3.3.gem b/XSpear-1.4.0.gem
similarity index 50%
rename from XSpear-1.3.3.gem
rename to XSpear-1.4.0.gem
index ca14f04..bed6c33 100644
Binary files a/XSpear-1.3.3.gem and b/XSpear-1.4.0.gem differ
diff --git a/lib/XSpear.rb b/lib/XSpear.rb
index ed89040..24ca6eb 100644
--- a/lib/XSpear.rb
+++ b/lib/XSpear.rb
@@ -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
diff --git a/lib/XSpear/XSpearRepoter.rb b/lib/XSpear/XSpearRepoter.rb
index bc4b77b..082e19d 100644
--- a/lib/XSpear/XSpearRepoter.rb
+++ b/lib/XSpear/XSpearRepoter.rb
@@ -359,7 +359,7 @@ def to_html
background-color: sienna;
}
.HIGH {
- background-color: darkred;
+ background-color: firebrick;
}
.VULN {
background-color: maroon;
diff --git a/lib/XSpear/version.rb b/lib/XSpear/version.rb
index f9fd220..95f759b 100644
--- a/lib/XSpear/version.rb
+++ b/lib/XSpear/version.rb
@@ -1,3 +1,3 @@
module XSpear
- VERSION = "1.3.3"
+ VERSION = "1.4.0"
end