@kwirthmagnify/kwirth-plugin-trivy 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/front.js +2 -1
  2. package/package.json +2 -1
package/front.js CHANGED
@@ -550,7 +550,8 @@
550
550
  settings: false,
551
551
  palette: false,
552
552
  userSettings: false,
553
- webSocket: true
553
+ webSocket: true,
554
+ backChannels: false
554
555
  });
555
556
  }
556
557
  getScope() {
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "id": "trivy",
3
3
  "name": "@kwirthmagnify/kwirth-plugin-trivy",
4
- "version": "0.2.0",
4
+ "displayName": "Trivy",
5
+ "version": "0.2.2",
5
6
  "description": "Trivy security scanning channel plugin for Kwirth",
6
7
  "icon": "VerifiedUser",
7
8
  "website": "https://kwirthmagnify.dev"