@7n/rules 1.49.20 → 1.49.21
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.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/schemas/v8r-catalog.json +3 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/schemas/v8r-catalog.json
CHANGED
|
@@ -15,13 +15,15 @@
|
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"name": "any.json",
|
|
18
|
-
"description": "Заглушка-схема (приймає будь-який JSON) — bespoke tool
|
|
18
|
+
"description": "Заглушка-схема (приймає будь-який JSON) — bespoke tool-конфіги, VS Code extension recommendations і one-off артефакти без офіційної схеми",
|
|
19
19
|
"url": "any.json",
|
|
20
20
|
"fileMatch": [
|
|
21
21
|
".licensee.json",
|
|
22
22
|
"**/.licensee.json",
|
|
23
23
|
".kubescape-exceptions.json",
|
|
24
24
|
"**/.kubescape-exceptions.json",
|
|
25
|
+
".vscode/extensions.json",
|
|
26
|
+
"**/.vscode/extensions.json",
|
|
25
27
|
"docs/specs/**/*.json",
|
|
26
28
|
"docs/plans/**/*.json",
|
|
27
29
|
"any.json",
|