@greenarmor/ges-cicd-generator 0.6.3 → 1.0.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/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @greenarmor/ges-cicd-generator
|
|
2
2
|
|
|
3
|
-
GitHub Actions workflow generation for the
|
|
3
|
+
GitHub Actions workflow generation for the Green Engineering Standard Framework (GESF).
|
|
4
4
|
|
|
5
5
|
Generates ready-to-use CI/CD workflow files for compliance checking, security scanning, dependency auditing, and secret detection — configured to run on pull requests and pushes.
|
|
6
6
|
|
|
@@ -51,8 +51,8 @@ workflows.forEach(w => {
|
|
|
51
51
|
|
|
52
52
|
## Related Packages
|
|
53
53
|
|
|
54
|
-
-
|
|
55
|
-
-
|
|
54
|
+
- `@greenarmor/ges-core` — Types and constants
|
|
55
|
+
- `@greenarmor/ges-scanner-integration` — Scanner execution
|
|
56
56
|
|
|
57
57
|
## License
|
|
58
58
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@greenarmor/ges-cicd-generator",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "GESF CI/CD Generator - GitHub Actions workflow generation",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@greenarmor/ges-core": "0.
|
|
15
|
+
"@greenarmor/ges-core": "1.0.1"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"typescript": "^6.0.0",
|