@7n/rules-ci-github 1.9.0 → 1.9.1
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
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.1] - 2026-07-22
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- GH Actions canon: заквотувати $GITHUB_PATH у lint-k8s.yml і git-ai.yml.snippet.yml (SC2086 deadlock з ga/workflows-лінтом); гейт-тест template/*.yml.snippet.yml через actionlint
|
|
8
|
+
|
|
3
9
|
## [1.9.0] - 2026-07-20
|
|
4
10
|
|
|
5
11
|
### Added
|
package/package.json
CHANGED
|
@@ -37,7 +37,7 @@ jobs:
|
|
|
37
37
|
- name: Install kubescape
|
|
38
38
|
run: |
|
|
39
39
|
curl -s https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | /bin/bash
|
|
40
|
-
echo "$HOME/.kubescape/bin" >> $GITHUB_PATH
|
|
40
|
+
echo "$HOME/.kubescape/bin" >> "$GITHUB_PATH"
|
|
41
41
|
|
|
42
42
|
- name: Lint K8s
|
|
43
43
|
run: bunx n-rules lint k8s --no-fix
|