File tree 3 files changed +24
-1
lines changed
3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ### 1.1.0
4
+
5
+ - Configure Scanners to use for scan
6
+ - Update the Treeview when using Aqua Platform
7
+
3
8
### 1.0.4
4
9
5
10
- Fixes the Trivy installer for Windows and Linux
Original file line number Diff line number Diff line change @@ -47,6 +47,24 @@ Have a feature you desire? Please let us know by filing an issue [here](https://
47
47
48
48
## Release Notes
49
49
50
+ ### 1.1.0
51
+
52
+ - Configure Scanners to use for scan
53
+ - Update the Treeview when using Aqua Platform
54
+
55
+ ### 1.0.4
56
+
57
+ - Fixes the Trivy installer for Windows and Linux
58
+ - Correctly handle spaces in directories
59
+
60
+ ### 1.0.3
61
+
62
+ - Validate Aqua Platform settings before setting
63
+
64
+ ### 1.0.2
65
+
66
+ - Remove hard coded links to dev env
67
+
50
68
### 1.0.1
51
69
52
70
- Fix issue with required resources and node_modules for webview
Original file line number Diff line number Diff line change 4
4
"publisher" : " AquaSecurityOfficial" ,
5
5
"description" : " Find vulnerabilities, misconfigurations and exposed secrets in your code" ,
6
6
"icon" : " images/icon.png" ,
7
- "version" : " 1.0.4 " ,
7
+ "version" : " 1.1.0 " ,
8
8
"engines" : {
9
9
"vscode" : " ^1.56.0"
10
10
},
You can’t perform that action at this time.
0 commit comments