We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039c957 commit fc50cd5Copy full SHA for fc50cd5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 1.8.7
4
+
5
+- Tidy up the details pane when there is no additional information to show
6
7
## 1.8.6
8
9
- Add a menu option to update the version of the Aqua plugin
@@ -63,7 +67,7 @@
63
67
64
68
- Make order by type and severity available to all users
65
69
66
-### 1.1.0
70
+### 1.1.0
71
72
- Configure Scanners to use for scan
73
- Update the Treeview when using Aqua Platform
package.json
@@ -4,7 +4,7 @@
"publisher": "AquaSecurityOfficial",
"description": "Find vulnerabilities, misconfigurations and exposed secrets in your code",
"icon": "images/icon.png",
- "version": "1.8.6",
+ "version": "1.8.7",
"engines": {
"vscode": "^1.56.0"
10
},
0 commit comments