diff --git a/README.md b/README.md index 525e1d8..1d8e57b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ Have a feature you desire? Please let us know by filing an issue [here](https:// ## Release Notes +### 0.6.1 +Handle findings inside tarballs + ### 0.6.0 Add support for secrets - turn on in the extension settings diff --git a/package.json b/package.json index 3b35a30..f3c27d1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publisher": "AquaSecurityOfficial", "description": "A VS Code extension for Trivy.", "icon": "images/aqualogo.png", - "version": "0.6.0", + "version": "0.6.1", "engines": { "vscode": "^1.54.0" }, diff --git a/src/explorer/trivy_treeview.ts b/src/explorer/trivy_treeview.ts index 5d778cd..a67b8e9 100644 --- a/src/explorer/trivy_treeview.ts +++ b/src/explorer/trivy_treeview.ts @@ -248,6 +248,12 @@ export class TrivyTreeViewProvider implements vscode.TreeDataProvider