@intentius/chant-lexicon-github 0.52.1 → 0.53.0

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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "algorithm": "sha256",
3
3
  "artifacts": {
4
- "manifest.json": "d52f63e7d0657a8f99d5c1eacbc65dedb2e52d436ce1961c186580abc5a472c6",
5
- "meta.json": "e891b1214d530fd676172e3f7e0734995b9f839b7659eb2d53f43ffc97dcd21b",
6
- "types/index.d.ts": "7eab3c62c76bff65d68765609e9b6151844a1f581b0c648d0eda779b4252adaf",
4
+ "manifest.json": "1b94e4c8ea61d27b1e99e6e80aa3e9392cbfa6a255f213e9c4c78dabd9e221de",
5
+ "meta.json": "dc3977afc2b6ddc4904de906d1b1e448b786b2aced9d82f8eade2ff915203344",
6
+ "types/index.d.ts": "1bd44e392981b8b0c01e4db9ca3a7ddb53782276d6210639f478af47241374a1",
7
7
  "rules/deprecated-action-version.ts": "d41e6e532ab7f623af1bee4ac5279fcb2baada7defa1c5d022a5bc71983e8797",
8
8
  "rules/detect-secrets.ts": "5829832eb7b43993424971041ed386b196850183bffd34bddd6439f99061e4ae",
9
9
  "rules/extract-inline-structs.ts": "8f8147c200de8ffd0620dfdcca2e2cea76a520303ce431479ebecad6aa26aab5",
@@ -77,5 +77,5 @@
77
77
  "skills/chant-github-patterns.md": "bb3abef289a8fdfcf07d6bb2d7289dcb2f38bc0cb0321ea320b78b45a6f548c0",
78
78
  "skills/chant-github-security.md": "aab111cb0871cad30281ce48d7da23663689619351029219e2be019a1a61e394"
79
79
  },
80
- "composite": "eb28749abf092d34ae9efe22fdcc7633b4aa82c33d63d20f452b684c239ec9a7"
80
+ "composite": "03817a7e6869e374379753d1ffa793d31be96c9a4d0ad775ccdee5fdd7388f49"
81
81
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github",
3
- "version": "0.52.1",
3
+ "version": "0.53.0",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "GitHub",
6
6
  "intrinsics": [
package/dist/meta.json CHANGED
@@ -54,6 +54,12 @@
54
54
  "none"
55
55
  ]
56
56
  },
57
+ "vulnerability-alerts": {
58
+ "enum": [
59
+ "read",
60
+ "none"
61
+ ]
62
+ },
57
63
  "copilot-requests": {
58
64
  "enum": [
59
65
  "write"
@@ -112,6 +112,7 @@ export declare class Permissions {
112
112
  "repository-projects"?: "read" | "write" | "none";
113
113
  "security-events"?: "read" | "write" | "none";
114
114
  statuses?: "read" | "write" | "none";
115
+ "vulnerability-alerts"?: "read" | "none";
115
116
  });
116
117
  }
117
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-github",
3
- "version": "0.52.1",
3
+ "version": "0.53.0",
4
4
  "description": "GitHub Actions lexicon for chant — declarative IaC in TypeScript",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://intentius.io/chant",
@@ -61,7 +61,7 @@
61
61
  "typescript": "^5.9.3"
62
62
  },
63
63
  "peerDependencies": {
64
- "@intentius/chant": "^0.52.1",
64
+ "@intentius/chant": "^0.53.0",
65
65
  "typescript": "^5.9.3"
66
66
  }
67
67
  }
@@ -112,6 +112,7 @@ export declare class Permissions {
112
112
  "repository-projects"?: "read" | "write" | "none";
113
113
  "security-events"?: "read" | "write" | "none";
114
114
  statuses?: "read" | "write" | "none";
115
+ "vulnerability-alerts"?: "read" | "none";
115
116
  });
116
117
  }
117
118
 
@@ -54,6 +54,12 @@
54
54
  "none"
55
55
  ]
56
56
  },
57
+ "vulnerability-alerts": {
58
+ "enum": [
59
+ "read",
60
+ "none"
61
+ ]
62
+ },
57
63
  "copilot-requests": {
58
64
  "enum": [
59
65
  "write"