Skip to content

Commit

Permalink
- Updated extension to use newer kubescape version, with new report f…
Browse files Browse the repository at this point in the history
…ormat (v2)
  • Loading branch information
amirmalka committed Nov 24, 2022
1 parent 626434a commit 4d68b4e
Show file tree
Hide file tree
Showing 18 changed files with 815 additions and 532 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.0]
Major changes

- Updated to latest @kubescape/install
- Using newer Kubescape version and report format (v2)

## [0.1.1]
Minor fixes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Kubescape

Visual studio extension the utilize the power 💪 of [Kubescape](https://github.com/armosec/kubescape) directly into your
Visual studio extension the utilize the power 💪 of [Kubescape](https://github.com/kubescape/kubescape) directly into your
favorite text editor.

## ✨ Features

### Scan yaml files and get analysis from Kubescape.
### Scan yaml files and get analysis from Kubescape

Yaml files can be scanned using a commands.
You can access any of this extension commands by opening the Command Palette (Ctrl+Shift+P on Linux/Windows and Cmd+Shift+P on Mac), and then typing in the command name.
Expand Down Expand Up @@ -36,7 +36,7 @@ you can use the option `Dir Path` which a custom directory on your system.
### Scan triggers

As for now, kubescape scan can take a while, so it might be unwise to run scans
without a good reason (like a dirty file).
without a good reason (like a dirty file).
I chose to do a background scan only when a new file is saved on the disk.

To choose between available files to scan on save use the option `Scan On Save`.
Expand Down Expand Up @@ -94,7 +94,7 @@ This extension is available officially at either:

- [Microsoft VScode Extensions Marketplace](https://marketplace.visualstudio.com/items?itemName=kubescape.kubescape)
- [Open VSX Registry](https://open-vsx.org/extension/kubescape/kubescape)
- [Kubescape Github Releases](https://github.com/armosec/kubescape/releases)
- [Kubescape Github Releases](https://github.com/kubescape/kubescape/releases)

## 🗒️ Release Notes

Expand Down
Loading

0 comments on commit 4d68b4e

Please sign in to comment.