Skip to content

Commit

Permalink
Merge pull request #6 from kubescape/bump-kubescape-install
Browse files Browse the repository at this point in the history
bump @kubescape/install to 0.4.2
  • Loading branch information
amirmalka authored Feb 13, 2023
2 parents 62d9c32 + dc25be7 commit 41ae058
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log

All notable changes to the "kubescape" extension will be documented in this file.

## [0.3.2]

- Updated @kubescape/install version (v0.4.2) - fixes a bug where control structure has changed in regolibrary, causing a failure in scan report parsing.

## [0.3.0]
Major changes

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "Apache",
"icon": "images/logo.png",
"version": "0.3.0",
"version": "0.3.2",
"publisher": "kubescape",
"engines": {
"vscode": "^1.50.0"
Expand Down Expand Up @@ -132,7 +132,7 @@
},
"dependencies": {
"@kubescape/yamlparse": "^0.1.0",
"@kubescape/install": "^0.4.0",
"@kubescape/install": "^0.4.2",
"abort-controller": "^3.0.0",
"jsdom": "^19.0.0",
"node-fetch": "^2.6.0"
Expand Down

0 comments on commit 41ae058

Please sign in to comment.